Add channel-only mode to Ctrl+F search

This commit is contained in:
2026-03-27 15:27:31 -06:00
parent 432a43d7c2
commit d4926030b8
2 changed files with 57 additions and 2 deletions

View File

@@ -167,7 +167,7 @@ typedef struct session_gui
*limit_entry, /* +l */
*key_entry; /* +k */
GtkWidget *shbox, *shentry; /* search bar hbox */
GtkWidget *shbox, *shentry, *shchan; /* search bar hbox */
gulong search_changed_signal; /* hook for search change event so blanking the box doesn't suck */
#define MENU_ID_NUM 15