save-buffer command, from Tiago Cunha.

This commit is contained in:
Nicholas Marriott
2009-01-11 23:14:57 +00:00
parent 30746a4e92
commit d78bc5dfc4
9 changed files with 126 additions and 10 deletions

3
cmd.c
View File

@ -1,4 +1,4 @@
/* $Id: cmd.c,v 1.72 2009-01-11 00:48:42 nicm Exp $ */
/* $Id: cmd.c,v 1.73 2009-01-11 23:14:57 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -56,6 +56,7 @@ const struct cmd_entry *cmd_table[] = {
&cmd_rename_session_entry,
&cmd_rename_window_entry,
&cmd_respawn_window_entry,
&cmd_save_buffer_entry,
&cmd_scroll_mode_entry,
&cmd_select_prompt_entry,
&cmd_select_window_entry,