]> git.proxmox.com Git - mirror_xterm.js.git/commit
Fix buffer corruption after resizing rows
authorDaniel Imms <daimms@microsoft.com>
Thu, 9 Jun 2016 02:08:30 +0000 (19:08 -0700)
committerDaniel Imms <daimms@microsoft.com>
Thu, 9 Jun 2016 02:08:32 +0000 (19:08 -0700)
commitdf268ad5cdf7f6154769585e0f4242f01bcfee70
tree0d0661bb1146b6e6cf81997f356d02393bba3c41
parentae99ad83d06ebe05ff0b17e8072c53e622d9195d
Fix buffer corruption after resizing rows

Lines from the buffer were incorrectly being removed when the viewport was
resized. This change removes the lines when the cursor is above them, if not it
shifts the viewport down. Some basic jsdoc comments were added to some Terminal
properties for future reference.

Fixes #98
Fixes #99
src/xterm.js