Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv7164
Modified Files:
options-table.c
Log Message:
Sync OpenBSD patchset 843:
The maximum history-limit was accidentally reduced, fix it back to INT_MAX.
Index: options-table.c
===================================================================
RCS file: /cvsroot/tmux/tmux/options-table.c,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- options-table.c 7 Jan 2011 14:34:45 -0000 1.3
+++ options-table.c 21 Jan 2011 23:54:19 -0000 1.4
@@ -149,7 +149,7 @@
{ .name = "history-limit",
.type = OPTIONS_TABLE_NUMBER,
.minimum = 0,
- .maximum = SHRT_MAX,
+ .maximum = INT_MAX,
.default_num = 2000
},
------------------------------------------------------------------------------
Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)!
Finally, a world-class log management solution at an even better price-free!
Download using promo code Free_Logger_4_Dev2Dev. Offer expires
February 28th, so secure your free ArcSight Logger TODAY!
http://p.sf.net/sfu/arcsight-sfd2d
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs