mirror of
https://github.com/tmux/tmux.git
synced 2025-11-04 09:26:05 +00:00
Start of improved buffer code. Only set-buffer/show-buffer commands so far.
This commit is contained in:
4
cmd.c
4
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,
|
||||
|
||||
Reference in New Issue
Block a user