Update of /cvsroot/tmux/tmux
In directory sfp-cvsdas-2.v30.ch3.sourceforge.com:/tmp/cvs-serv2504

Modified Files:
        cmd-command-prompt.c 
Log Message:
Sync OpenBSD patchset 832:

Whoops, command-prompt can take 0 or 1 argument.


Index: cmd-command-prompt.c
===================================================================
RCS file: /cvsroot/tmux/tmux/cmd-command-prompt.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -d -r1.29 -r1.30
--- cmd-command-prompt.c        7 Jan 2011 14:45:34 -0000       1.29
+++ cmd-command-prompt.c        7 Jan 2011 15:04:51 -0000       1.30
@@ -36,7 +36,7 @@
 
 const struct cmd_entry cmd_command_prompt_entry = {
        "command-prompt", NULL,
-       "p:t:", 0, 0,
+       "p:t:", 0, 1,
        CMD_TARGET_CLIENT_USAGE " [-p prompts] [template]",
        0,
        cmd_command_prompt_key_binding,


------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
tmux-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/tmux-cvs

Reply via email to