From 18c185c25623474a8b135d37304366e7731f27e4 Mon Sep 17 00:00:00 2001 From: axel Date: Sat, 27 May 2006 02:46:38 +1000 Subject: Add support for highlighting operators and escaped sequences darcs-hash:20060526164638-ac50b-2259579e0460df0641683ce6127bb8516fca8c7e.gz --- common.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'common.c') diff --git a/common.c b/common.c index f1108ab4..af0eab42 100644 --- a/common.c +++ b/common.c @@ -67,21 +67,6 @@ parts of fish. */ #define LOCKPOLLINTERVAL 10 -/** - Highest legal ascii value -*/ -#define ASCII_MAX 127u - -/** - Highest legal 16-bit unicode value -*/ -#define UCS2_MAX 0xffffu - -/** - Highest legal byte value -*/ -#define BYTE_MAX 0xffu - struct termios shell_modes; int error_max=1; -- cgit v1.2.3