commit bd0ff6bd2213fc11e8455d1d6d03a51a99d43570 parent c9f88503ac92b927eb04430f6ea213e6bef9809b Author: Michael Savage <mikejsavage@gmail.com> Date: Fri, 7 Sep 2018 15:20:15 +0300 Smaller scrollback Diffstat:
src/textbox.h | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/textbox.h b/src/textbox.h @@ -3,7 +3,7 @@ #include "ui.h" constexpr size_t MAX_LINE_LENGTH = 2048; -constexpr size_t SCROLLBACK_SIZE = 1 << 16; +constexpr size_t SCROLLBACK_SIZE = 1 << 14; struct TextBox { struct Glyph {