Add support for highlighting operators and escaped sequences

darcs-hash:20060526164638-ac50b-2259579e0460df0641683ce6127bb8516fca8c7e.gz
This commit is contained in:
axel
2006-05-27 02:46:38 +10:00
parent b5b49e7a4d
commit 18c185c256
6 changed files with 307 additions and 24 deletions

View File

@@ -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;