Macro cleanup: USER_HIGHLIGHT

This commit is contained in:
Michael Reed
2015-02-03 21:30:49 -05:00
committed by Justin M. Keyes
parent cf663588d9
commit 49e7164165
2 changed files with 0 additions and 10 deletions

View File

@@ -457,11 +457,8 @@ typedef enum {
'*', '#', '_', '!', '.', 'o'}
EXTERN int highlight_attr[HLF_COUNT]; /* Highl. attr for each context. */
# define USER_HIGHLIGHT
#ifdef USER_HIGHLIGHT
EXTERN int highlight_user[9]; /* User[1-9] attributes */
EXTERN int highlight_stlnc[9]; /* On top of user */
#endif
EXTERN int cterm_normal_fg_color INIT(= 0);
EXTERN int cterm_normal_fg_bold INIT(= 0);
EXTERN int cterm_normal_bg_color INIT(= 0);