diff options
author | joe <rbo@gmx.us> | 2025-10-17 14:25:39 +0200 |
---|---|---|
committer | joe <rbo@gmx.us> | 2025-10-17 14:25:39 +0200 |
commit | 6cc3530a72162a5a27bed517732fa17e5d435dd9 (patch) | |
tree | 925ec0c909f800b3a02b2ee6bf040e062ae50b5c /kirc.h | |
parent | up (diff) | |
download | kirc-6cc3530a72162a5a27bed517732fa17e5d435dd9.tar.gz kirc-6cc3530a72162a5a27bed517732fa17e5d435dd9.tar.bz2 kirc-6cc3530a72162a5a27bed517732fa17e5d435dd9.tar.xz kirc-6cc3530a72162a5a27bed517732fa17e5d435dd9.tar.zst kirc-6cc3530a72162a5a27bed517732fa17e5d435dd9.zip |
time format
Diffstat (limited to 'kirc.h')
-rw-r--r-- | kirc.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -90,7 +90,6 @@ static struct termios orig; static int history_len = 0; static char history_wrap = 0; static char history[HIS_MAX][MSG_MAX]; -static char small_screen; typedef struct PARAMETERS { char *prefix; |