=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/options-table.c,v retrieving revision 1.48 retrieving revision 1.49 diff -c -r1.48 -r1.49 *** src/usr.bin/tmux/options-table.c 2014/04/17 07:55:43 1.48 --- src/usr.bin/tmux/options-table.c 2014/04/17 11:38:35 1.49 *************** *** 1,4 **** ! /* $OpenBSD: options-table.c,v 1.48 2014/04/17 07:55:43 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: options-table.c,v 1.49 2014/04/17 11:38:35 nicm Exp $ */ /* * Copyright (c) 2011 Nicholas Marriott *************** *** 28,35 **** * options. These tables are the master copy of the options with their real * (user-visible) types, range limits and default values. At start these are * copied into the runtime global options trees (which only has number and ! * string types). These tables are then used to loop up the real type when ! * the user sets an option or its value needs to be shown. */ /* Choice option type lists. */ --- 28,35 ---- * options. These tables are the master copy of the options with their real * (user-visible) types, range limits and default values. At start these are * copied into the runtime global options trees (which only has number and ! * string types). These tables are then used to look up the real type when the ! * user sets an option or its value needs to be shown. */ /* Choice option type lists. */