]> git.lizzy.rs Git - plan9front.git/commitdiff
vt: increase history buffer to 64K runes
authorcinap_lenrek <cinap_lenrek@felloff.net>
Mon, 17 Apr 2017 03:32:01 +0000 (05:32 +0200)
committercinap_lenrek <cinap_lenrek@felloff.net>
Mon, 17 Apr 2017 03:32:01 +0000 (05:32 +0200)
sys/src/cmd/vt/cons.h

index fe2c95700a9d128d8ddce3854b297e8425d075cd..fbf02295312879eb79389e1daa14b29621fdd725 100644 (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