svn commit: r257723 - user/ed/newcons/sys/dev/vt

Aleksandr Rybalko ray at FreeBSD.org
Tue Nov 5 22:59:12 UTC 2013


Author: ray
Date: Tue Nov  5 22:59:11 2013
New Revision: 257723
URL: http://svnweb.freebsd.org/changeset/base/257723

Log:
  Increase history size to 500 lines.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  user/ed/newcons/sys/dev/vt/vt.h

Modified: user/ed/newcons/sys/dev/vt/vt.h
==============================================================================
--- user/ed/newcons/sys/dev/vt/vt.h	Tue Nov  5 22:57:05 2013	(r257722)
+++ user/ed/newcons/sys/dev/vt/vt.h	Tue Nov  5 22:59:11 2013	(r257723)
@@ -125,7 +125,7 @@ struct vt_buf {
 #define	VBF_SCROLL	0x8	/* scroll locked mode. */
 #define	VBF_HISTORY_FULL 0x10	/* All rows filled. */
 	int			 vb_history_size;
-#define	VBF_DEFAULT_HISTORY_SIZE	200
+#define	VBF_DEFAULT_HISTORY_SIZE	500
 	int			 vb_roffset;	/* (b) History rows offset. */
 	int			 vb_curroffset;	/* (b) Saved rows offset. */
 	term_pos_t		 vb_cursor;	/* (u) Cursor position. */


More information about the svn-src-user mailing list