diff options
author | Erich Eckner <git@eckner.net> | 2018-10-26 10:42:43 +0200 |
---|---|---|
committer | Erich Eckner <git@eckner.net> | 2018-10-26 10:42:43 +0200 |
commit | 3d7d5934ce19203b1b795cfea6a51599a20c9639 (patch) | |
tree | 0d41be92dbb1e866ef405a49676a59153d6fd2b8 /multiplexer.h | |
parent | cab5ead7656173c415c56587bae5cf14774ecee4 (diff) | |
download | anzeige-3d7d5934ce19203b1b795cfea6a51599a20c9639.tar.xz |
longer scroll-buffer; append all messages
Diffstat (limited to 'multiplexer.h')
-rw-r--r-- | multiplexer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multiplexer.h b/multiplexer.h index 77d3232..f42fb8d 100644 --- a/multiplexer.h +++ b/multiplexer.h @@ -32,7 +32,7 @@ typedef struct { } t_display_data; typedef struct { - unsigned char buf[256]; + unsigned char buf[2048]; int scroll_len; } t_scroll_buffer; |