diff options
author | 2015-11-06 15:58:01 +0000 | |
---|---|---|
committer | 2015-11-06 15:58:01 +0000 | |
commit | be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4 (patch) | |
tree | 68c733ccad4a1f68f7ec917074ffa59c39c89782 /usr.bin/less/cmd.h | |
parent | Garrett D'Amore has agreed to moving his copyright line up above the (diff) | |
download | wireguard-openbsd-be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4.tar.xz wireguard-openbsd-be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4.zip |
Remove support for ! to run a shell command, we have ^Z around these
parts. ok ratchov jung millert
Diffstat (limited to 'usr.bin/less/cmd.h')
-rw-r--r-- | usr.bin/less/cmd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/cmd.h b/usr.bin/less/cmd.h index 76c12fd6bfc..cd5277a1e74 100644 --- a/usr.bin/less/cmd.h +++ b/usr.bin/less/cmd.h @@ -37,7 +37,7 @@ #define A_QUIT 24 #define A_REPAINT 25 #define A_SETMARK 26 -#define A_SHELL 27 +/* 27 unused */ #define A_STAT 28 #define A_FF_LINE 29 #define A_BF_LINE 30 |