diff options
| author | B. Watson <urchlay@slackware.uk> | 2026-03-16 03:06:19 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2026-03-16 03:06:19 -0400 |
| commit | 545db9259365913f433f21f9c33f278fe96194d2 (patch) | |
| tree | 8d8a3183bace932731357a3755023279861ebe75 /src/indic8.h | |
| parent | 6d6c44d74e113ace4709f037316a2ec80753aa3a (diff) | |
| download | fujinet-chat-545db9259365913f433f21f9c33f278fe96194d2.tar.gz | |
Move screen statuses to the right, get rid of <>, add indicators for net activity and most-recent incoming IRC activity.
Diffstat (limited to 'src/indic8.h')
| -rw-r--r-- | src/indic8.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/src/indic8.h b/src/indic8.h new file mode 100644 index 0000000..4600363 --- /dev/null +++ b/src/indic8.h @@ -0,0 +1,16 @@ +extern char *ind_net_status; + +void ind_net_rx(void); +void ind_net_tx(void); +void ind_net_down(void); +void ind_net_idle(void); + +void ind_act_pm(void); +void ind_act_chantext(void); +void ind_act_join(void); +void ind_act_part(void); +void ind_act_quit(void); + +/* +void ind_clear(void); +*/ |
