diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:21 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:21 +0200 |
commit | 14a4b00c9ef680b78469333291270e4c276f100d (patch) | |
tree | 6479193bac66d70af7f7b8133498b4d61a0fd29b /comm.c | |
parent | 0636e9ecb5a32db4d4520f50a20652faa825feaf (diff) | |
download | screen-14a4b00c9ef680b78469333291270e4c276f100d.tar.gz |
Imported Upstream version 3.7.4upstream/3.7.4
Diffstat (limited to 'comm.c')
-rw-r--r-- | comm.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |