diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 22:10:39 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-05-13 22:10:39 +0000 |
commit | 88daeb5410bb3f5f981630b5658f92abb5d3979b (patch) | |
tree | 0a60b08e525ccf65a5279be73cc7c1c9067ff9d1 /tmux.c | |
parent | 83d984eca84f202f38ec759deb6f38d5f680480f (diff) | |
download | rtmux-88daeb5410bb3f5f981630b5658f92abb5d3979b.tar.gz rtmux-88daeb5410bb3f5f981630b5658f92abb5d3979b.tar.bz2 rtmux-88daeb5410bb3f5f981630b5658f92abb5d3979b.zip |
Bye-bye META.
Diffstat (limited to 'tmux.c')
-rw-r--r-- | tmux.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.c,v 1.114 2009-05-04 17:58:27 nicm Exp $ */ +/* $Id: tmux.c,v 1.115 2009-05-13 22:10:39 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -288,7 +288,7 @@ main(int argc, char **argv) options_set_number(&global_options, "message-bg", 3); options_set_number(&global_options, "message-fg", 0); options_set_number(&global_options, "message-attr", GRID_ATTR_REVERSE); - options_set_number(&global_options, "prefix", META); + options_set_number(&global_options, "prefix", '\002'); options_set_number(&global_options, "repeat-time", 500); options_set_number(&global_options, "set-titles", 1); options_set_number(&global_options, "lock-after-time", 0); |