]> git.proxmox.com Git - mirror_xterm.js.git/commit
Fix issue with the git log
authorDaniel Imms <daimms@microsoft.com>
Thu, 22 Dec 2016 10:02:03 +0000 (02:02 -0800)
committerDaniel Imms <daimms@microsoft.com>
Thu, 22 Dec 2016 10:02:05 +0000 (02:02 -0800)
commit3b35d12e603842361fd08a77dcac2646a24af34c
tree466bcddd2e5f535caed5e969898f1c0af5d95765
parent4bc679b0b30b13549f58ac2084a868f7028d9c21
Fix issue with the git log

The old code was assuming that the buffer was not going to change, this is not
true with the current impl though where the list is shifted and ybase and ydisp
need to be compensated for that.
src/utils/CircularList.ts
src/xterm.js