summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 72e786a)
raw | patch | inline | side by side (parent: 72e786a)
author | Kalle Wallin <kaw@linux.se> | |
Wed, 14 Apr 2004 20:54:23 +0000 (20:54 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Wed, 14 Apr 2004 20:54:23 +0000 (20:54 +0000) |
screen_help.c | patch | blob | history |
diff --git a/screen_help.c b/screen_help.c
index 2d24ce21d82c4e1c3afd67f1e8bbd176b663c3dc..c0661a67f9d20c3b27c8649760c373b962f2047e 100644 (file)
--- a/screen_help.c
+++ b/screen_help.c
typedef struct
{
- char highlight;
+ signed char highlight;
command_t command;
char *text;
} help_text_row_t;