]> git.proxmox.com Git - mirror_xterm.js.git/commit
Clean up buffer clean up/fill logic
authorDaniel Imms <daimms@microsoft.com>
Sun, 6 Aug 2017 02:42:52 +0000 (19:42 -0700)
committerDaniel Imms <daimms@microsoft.com>
Sun, 6 Aug 2017 02:42:54 +0000 (19:42 -0700)
commitf03d00a4977feefe2d5b92b63b6e54312ea93207
treed0da901343240b90c9fb0f2a1afbd9d74ff464fc
parent3d20c2f266d4a64b4ff027145382d9852955a510
Clean up buffer clean up/fill logic

The alt buffer is now cleared immediated after activating the normal buffer and
is filled when switching to it. The tests were failing because the alt buffer
wasn't being cleared properly with the previous solution.
src/Buffer.ts
src/BufferSet.test.ts
src/BufferSet.ts
src/InputHandler.ts
src/Interfaces.ts
src/SelectionManager.test.ts
src/SelectionModel.test.ts
src/utils/CircularList.ts
src/utils/TestUtils.ts [new file with mode: 0644]
src/xterm.js