CShell
CShell copied to clipboard
Make REPL lines buffered
Currently the REPL will just grow infinitely until :clear
is called. If there's a lot of console output this can affect the performance of the REPL a lot. It seems anything over a few thousand lines gets hard to handle for AvalonEdit.
- REPL should simply be buffered, after a few thousand lines the oldest ones get removed.
- Remove line numbers in REPL.