diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-14 04:19:26 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-14 04:19:26 -0400 |
| commit | 7f4b86763ca2f340ff9e1cae9a139f91fe349149 (patch) | |
| tree | 943be86bd5bdfe709da847f306cb934012a84498 /src/screen.h | |
| parent | 94b8c969ac821a440834d57514ccd403cc134dd1 (diff) | |
| download | fujinet-chat-7f4b86763ca2f340ff9e1cae9a139f91fe349149.tar.gz | |
show hilited screens in red.
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index cbe8615..787310d 100644 --- a/src/screen.h +++ b/src/screen.h @@ -8,6 +8,7 @@ #define SCR_UNUSED 0 #define SCR_INACTIVE 1 #define SCR_ACTIVE 2 +#define SCR_HILITE 3 #define SCR_SERVER 0 #define SCR_PRIV 1 @@ -99,6 +100,8 @@ void scr_print_priv(const char *text); will have to call this. */ void scr_activate(char s); +void scr_hilite_active(void); + char *scr_get_cur_name(void); /* XXX: this really should be in a utils.c or common.c... */ |
