From be1ba4b86ce4b27d42a5ceba73eaa6064a2f4ea4 Mon Sep 17 00:00:00 2001 From: nicm Date: Fri, 6 Nov 2015 15:58:01 +0000 Subject: Remove support for ! to run a shell command, we have ^Z around these parts. ok ratchov jung millert --- usr.bin/less/cmd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/less/cmd.h') 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 -- cgit v1.2.3-59-g8ed1b