aboutsummaryrefslogtreecommitdiff
path: root/cmd.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 08:36:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-20 08:36:20 +0000
commit9798dcd4dfa481eb28096a637f5b555a12354ad8 (patch)
treec9b535fe6453a2a9eeb0dc046c16be0e0f5ff7df /cmd.c
parentaf924e726a459fdf5401e6bd466826cce115b945 (diff)
downloadrtmux-9798dcd4dfa481eb28096a637f5b555a12354ad8.tar.gz
rtmux-9798dcd4dfa481eb28096a637f5b555a12354ad8.tar.bz2
rtmux-9798dcd4dfa481eb28096a637f5b555a12354ad8.zip
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 03cac5b7..4755edaf 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.50 2008-06-19 20:45:20 nicm Exp $ */
+/* $Id: cmd.c,v 1.51 2008-06-20 08:36:20 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -54,8 +54,10 @@ const struct cmd_entry *cmd_table[] = {
&cmd_select_window_entry,
&cmd_send_keys_entry,
&cmd_send_prefix_entry,
+ &cmd_set_buffer_entry,
&cmd_set_option_entry,
&cmd_set_window_option_entry,
+ &cmd_show_buffer_entry,
&cmd_show_options_entry,
&cmd_show_window_options_entry,
&cmd_start_server_entry,