mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-21 21:26:22 +00:00
Attention flag for chat windows
User is able to toggle a flag for chat windows. This flag should be used to mark the window for "Attention". Use Ctrl+f to mark the window.
This commit is contained in:
@@ -471,6 +471,7 @@ cmd_ac_init(void)
|
||||
|
||||
wins_ac = autocomplete_new();
|
||||
autocomplete_add(wins_ac, "unread");
|
||||
autocomplete_add(wins_ac, "attention");
|
||||
autocomplete_add(wins_ac, "prune");
|
||||
autocomplete_add(wins_ac, "swap");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user