diff options
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 2959b1e..76f82c9 100644 --- a/src/screen.h +++ b/src/screen.h @@ -94,8 +94,11 @@ void scr_print_active(const char *text); /* print to the currently-displayed screen */ void scr_print_current(const char *text); +/* + // these were never used, so commented out. void scr_print_server(const char *text); void scr_print_priv(const char *text); +*/ /* set a screen's status to active, if it's not the currently-displayed one. scr_print() sets it already, but anything that uses scr_putc() |
