shithub: riscv

Download patch

ref: 1f3f4cd06bccbaa68e34a7e5d5008c8e788e5db2
parent: 33991ab9cccaa00317bfc52cadf404c8afd7ad8b
author: cinap_lenrek <[email protected]>
date: Mon Apr 17 01:32:01 EDT 2017

vt: increase history buffer to 64K runes

--- a/sys/src/cmd/vt/cons.h
+++ b/sys/src/cmd/vt/cons.h
@@ -10,7 +10,7 @@
 
 #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