diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:43:14 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2008-06-25 20:43:14 +0000 |
commit | b87789707b0b099505f611a6784b3a9fc9f8aa7f (patch) | |
tree | 537a9e50bc765fe8a4dcc2a167e3da096370a63d /cmd-command-prompt.c | |
parent | 7836298f296f8f41407dc4a6dbdb4aac1e3d4b96 (diff) | |
download | rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.tar.gz rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.tar.bz2 rtmux-b87789707b0b099505f611a6784b3a9fc9f8aa7f.zip |
Oops, forgot to commit move-window. Also add select-prompt to allow index to be typed.
Diffstat (limited to 'cmd-command-prompt.c')
-rw-r--r-- | cmd-command-prompt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmd-command-prompt.c b/cmd-command-prompt.c index 45592a70..c156002a 100644 --- a/cmd-command-prompt.c +++ b/cmd-command-prompt.c @@ -1,7 +1,7 @@ -/* $Id: cmd-command-prompt.c,v 1.3 2008-06-21 10:19:36 nicm Exp $ */ +/* $Id: cmd-command-prompt.c,v 1.4 2008-06-25 20:43:13 nicm Exp $ */ /* - * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> + * Copyright (c) 2008 Nicholas Marriott <nicm@users.sourceforge.net> * * Permission to use, copy, modify, and distribute this software for any * purpose with or without fee is hereby granted, provided that the above |