mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 10:04:32 +03:00
* color.h: Remove EDITOR_UNDERLINED_COLOR, it's unused.
This commit is contained in:
parent
50c15654ef
commit
07fd90fb64
@ -1,5 +1,7 @@
|
|||||||
2002-09-23 Pavel Roskin <proski@gnu.org>
|
2002-09-23 Pavel Roskin <proski@gnu.org>
|
||||||
|
|
||||||
|
* color.h: Remove EDITOR_UNDERLINED_COLOR, it's unused.
|
||||||
|
|
||||||
* global.h: Move fcntl.h inclusion here. Define O_BINARY.
|
* global.h: Move fcntl.h inclusion here. Define O_BINARY.
|
||||||
* mountlist.c: Remove more includes already handled in global.h.
|
* mountlist.c: Remove more includes already handled in global.h.
|
||||||
|
|
||||||
|
@ -82,7 +82,6 @@ extern int alarm_colors[4];
|
|||||||
#define EDITOR_NORMAL_COLOR BEST_COLOR (EDITOR_NORMAL_COLOR_INDEX, 0)
|
#define EDITOR_NORMAL_COLOR BEST_COLOR (EDITOR_NORMAL_COLOR_INDEX, 0)
|
||||||
#define EDITOR_BOLD_COLOR BEST_COLOR (35, A_BOLD)
|
#define EDITOR_BOLD_COLOR BEST_COLOR (35, A_BOLD)
|
||||||
#define EDITOR_MARKED_COLOR BEST_COLOR (36, A_REVERSE)
|
#define EDITOR_MARKED_COLOR BEST_COLOR (36, A_REVERSE)
|
||||||
#define EDITOR_UNDERLINED_COLOR VIEW_UNDERLINED_COLOR
|
|
||||||
|
|
||||||
#ifdef HAVE_SLANG
|
#ifdef HAVE_SLANG
|
||||||
# define CTYPE char *
|
# define CTYPE char *
|
||||||
|
Loading…
Reference in New Issue
Block a user