vt: increase history buffer to 64K runes

This commit is contained in:
cinap_lenrek 2017-04-17 05:32:01 +02:00
parent 33991ab9cc
commit 1f3f4cd06b

View file

@ -10,7 +10,7 @@ extern Consstate* cs;
#define INSET 2
#define BUFS 32
#define HISTSIZ 4096 /* number of history characters */
#define HISTSIZ 65536 /* number of history characters */
#define BSIZE 1000
#define SCROLL 2