Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2013 22:59:12 +0000 (UTC)
From:      Aleksandr Rybalko <ray@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-user@freebsd.org
Subject:   svn commit: r257723 - user/ed/newcons/sys/dev/vt
Message-ID:  <201311052259.rA5MxCfI078886@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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. */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311052259.rA5MxCfI078886>