Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Lock scroll bottom on console window resize. Fixes #32.
On resizer mousedown, save the current scroll position. On resizer mousemove calculate the change and adjust the scroll position. This allows the current scroll position to lock to the bottom of the screen when rezizing the console window. Tested on the latest chrome, firefox and safari.
- Loading branch information