summaryrefslogtreecommitdiff
path: root/comm.c
diff options
context:
space:
mode:
authorAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:21 +0200
committerAxel Beckert <abe@deuxchevaux.org>2011-09-03 14:05:21 +0200
commit14a4b00c9ef680b78469333291270e4c276f100d (patch)
tree6479193bac66d70af7f7b8133498b4d61a0fd29b /comm.c
parent0636e9ecb5a32db4d4520f50a20652faa825feaf (diff)
downloadscreen-14a4b00c9ef680b78469333291270e4c276f100d.tar.gz
Imported Upstream version 3.7.4upstream/3.7.4
Diffstat (limited to 'comm.c')
-rw-r--r--comm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/comm.c b/comm.c
index a676cb6..1679929 100644
--- a/comm.c
+++ b/comm.c
@@ -63,12 +63,12 @@ struct comm comms[RC_LAST + 1] =
#ifdef MULTI
{ "clone", NEED_DISPLAY|ARGS_ONE|ARGS_ORMORE },
#endif
- { "colon", NEED_DISPLAY|ARGS_ZERO },
+ { "colon", NEED_DISPLAY|ARGS_ZEROONE },
{ "command", NEED_DISPLAY|ARGS_ZERO },
{ "console", NEED_FORE|ARGS_ZEROONE },
#ifdef COPY_PASTE
{ "copy", NEED_FORE|ARGS_ZERO },
- { "crlf", ARGS_ONE },
+ { "crlf", ARGS_ZEROONE },
#endif
{ "debug", ARGS_ZEROONE },
#ifdef AUTO_NUKE