Revision: 2753
http://tmux.svn.sourceforge.net/tmux/?rev=2753&view=rev
Author: tcunha
Date: 2012-03-29 21:05:53 +0000 (Thu, 29 Mar 2012)
Log Message:
-----------
Sync OpenBSD patchset 1073:
50 is a too low trigger default on larger terminals, bump to 250.
Modified Paths:
--------------
trunk/options-table.c
trunk/tmux.1
Modified: trunk/options-table.c
===================================================================
--- trunk/options-table.c 2012-03-29 21:05:16 UTC (rev 2752)
+++ trunk/options-table.c 2012-03-29 21:05:53 UTC (rev 2753)
@@ -467,7 +467,7 @@
{ .name = "c0-change-trigger",
.type = OPTIONS_TABLE_NUMBER,
- .default_num = 50,
+ .default_num = 250,
.minimum = 0,
.maximum = USHRT_MAX
},
Modified: trunk/tmux.1
===================================================================
--- trunk/tmux.1 2012-03-29 21:05:16 UTC (rev 2752)
+++ trunk/tmux.1 2012-03-29 21:05:53 UTC (rev 2753)
@@ -2482,7 +2482,7 @@
This helps to prevent fast output (such as
.Xr yes 1
overwhelming the terminal).
-The default is a trigger of 50 and an interval of 100.
+The default is a trigger of 250 and an interval of 100.
A trigger of zero disables the rate limiting.
.Pp
.It Ic clock-mode-colour Ar colour
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs