diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-22 06:03:13 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-22 06:03:13 -0400 |
| commit | ee3f5a950618104c3e34766dc3ab539a51b6968a (patch) | |
| tree | 357955649a59fdbdf2dc0325ce0ee6612fa8c92c /src/screen.h | |
| parent | 57fdf0bc1f50e75800d3ca2e14bace577161bdaf (diff) | |
| download | fujinet-chat-ee3f5a950618104c3e34766dc3ab539a51b6968a.tar.gz | |
Add 4th status color, stop auto-activating screen before we print text to it.
Diffstat (limited to 'src/screen.h')
| -rw-r--r-- | src/screen.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screen.h b/src/screen.h index 787310d..9acd720 100644 --- a/src/screen.h +++ b/src/screen.h @@ -9,6 +9,7 @@ #define SCR_INACTIVE 1 #define SCR_ACTIVE 2 #define SCR_HILITE 3 +#define SCR_OTHER 4 #define SCR_SERVER 0 #define SCR_PRIV 1 |
