Per Bothner
Per Bothner
For DomTerm I'd like to follow xterm.js in this respect. The reason is I have a long-term goal of replacing the terminal emulator code in DomTerm with xterm.js for various...
The current `buffer-cell-cursor` branch supports both the old `BufferLine` structure (as `OldBufferLine`) and the new data structure (as `NewBufferLine`). They can selected at runtime based on the `USE_NewBufferLine` variable. See...
I went ahead and removed the code to support the old BufferLine data structure. That made things cleaner and simpler.