Update of /cvsroot/tmux/tmux In directory vz-cvs-2.sog:/tmp/cvs-serv24564 Modified Files: options-table.c Log Message: |PatchSet 886 |Date: 2011/04/09 21:00:29 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Since buffers are now global, bump the default buffer-limit a bit higher |to 20 rather than 9.
Index: options-table.c =================================================================== RCS file: /cvsroot/tmux/tmux/options-table.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- options-table.c 21 Jan 2011 23:54:19 -0000 1.4 +++ options-table.c 18 Apr 2011 21:01:44 -0000 1.5 @@ -1,4 +1,4 @@ -/* $Id$ */ +/* $OpenBSD: options-table.c,v 1.4 2011/04/09 20:00:29 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott <n...@users.sourceforge.net> @@ -54,7 +54,7 @@ .type = OPTIONS_TABLE_NUMBER, .minimum = 1, .maximum = INT_MAX, - .default_num = 9 + .default_num = 20 }, { .name = "escape-time", ------------------------------------------------------------------------------ Benefiting from Server Virtualization: Beyond Initial Workload Consolidation -- Increasing the use of server virtualization is a top priority.Virtualization can reduce costs, simplify management, and improve application availability and disaster protection. Learn more about boosting the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev _______________________________________________ tmux-cvs mailing list tmux-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/tmux-cvs