summaryrefslogtreecommitdiffstats
path: root/cmd.c
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-01-25 19:00:10 +0000
committerTiago Cunha <tcunha@gmx.com>2009-01-25 19:00:10 +0000
commitf62ed6aaa3db43e521e9a3f268d32a93ce20a271 (patch)
treed96cb4d32cb7cb11865f4bb9cad252e8f21738f5 /cmd.c
parentd60ad6f483ddbe8ee2458aaef37b6f38140d63f5 (diff)
load-buffer command
Diffstat (limited to 'cmd.c')
-rw-r--r--cmd.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cmd.c b/cmd.c
index 97a097d9..72a8e00b 100644
--- a/cmd.c
+++ b/cmd.c
@@ -1,4 +1,4 @@
-/* $Id: cmd.c,v 1.83 2009-01-19 18:23:40 nicm Exp $ */
+/* $Id: cmd.c,v 1.84 2009-01-25 19:00:10 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -50,6 +50,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_list_keys_entry,
&cmd_list_sessions_entry,
&cmd_list_windows_entry,
+ &cmd_load_buffer_entry,
&cmd_lock_server_entry,
&cmd_move_window_entry,
&cmd_new_session_entry,