Revision: 2703
          http://tmux.svn.sourceforge.net/tmux/?rev=2703&view=rev
Author:   tcunha
Date:     2012-02-15 19:32:39 +0000 (Wed, 15 Feb 2012)
Log Message:
-----------
Sync OpenBSD patchset 1030:

Sort some entries, from Ben Boeckel.

Modified Paths:
--------------
    trunk/options-table.c

Modified: trunk/options-table.c
===================================================================
--- trunk/options-table.c       2012-02-15 19:32:12 UTC (rev 2702)
+++ trunk/options-table.c       2012-02-15 19:32:39 UTC (rev 2703)
@@ -583,47 +583,47 @@
          .default_num = 0 /* overridden in main() */
        },
 
-       { .name = "window-status-bell-attr",
+       { .name = "window-status-activity-attr",
          .type = OPTIONS_TABLE_ATTRIBUTES,
          .default_num = GRID_ATTR_REVERSE
        },
 
-       { .name = "window-status-bell-bg",
+       { .name = "window-status-activity-bg",
          .type = OPTIONS_TABLE_COLOUR,
          .default_num = 8
        },
 
-       { .name = "window-status-bell-fg",
+       { .name = "window-status-activity-fg",
          .type = OPTIONS_TABLE_COLOUR,
          .default_num = 8
        },
 
-       { .name = "window-status-content-attr",
+       { .name = "window-status-bell-attr",
          .type = OPTIONS_TABLE_ATTRIBUTES,
          .default_num = GRID_ATTR_REVERSE
        },
 
-       { .name = "window-status-content-bg",
+       { .name = "window-status-bell-bg",
          .type = OPTIONS_TABLE_COLOUR,
          .default_num = 8
        },
 
-       { .name = "window-status-content-fg",
+       { .name = "window-status-bell-fg",
          .type = OPTIONS_TABLE_COLOUR,
          .default_num = 8
        },
 
-       { .name = "window-status-activity-attr",
+       { .name = "window-status-content-attr",
          .type = OPTIONS_TABLE_ATTRIBUTES,
          .default_num = GRID_ATTR_REVERSE
        },
 
-       { .name = "window-status-activity-bg",
+       { .name = "window-status-content-bg",
          .type = OPTIONS_TABLE_COLOUR,
          .default_num = 8
        },
 
-       { .name = "window-status-activity-fg",
+       { .name = "window-status-content-fg",
          .type = OPTIONS_TABLE_COLOUR,
          .default_num = 8
        },

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to