=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/cmd.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/tmux/cmd.c 2009/11/03 22:40:40 1.31 +++ src/usr.bin/tmux/cmd.c 2009/11/18 13:16:33 1.32 @@ -1,4 +1,4 @@ -/* $OpenBSD: cmd.c,v 1.31 2009/11/03 22:40:40 nicm Exp $ */ +/* $OpenBSD: cmd.c,v 1.32 2009/11/18 13:16:33 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -95,6 +95,7 @@ &cmd_set_window_option_entry, &cmd_show_buffer_entry, &cmd_show_environment_entry, + &cmd_show_messages_entry, &cmd_show_options_entry, &cmd_show_window_options_entry, &cmd_source_file_entry,