mirror of
https://github.com/weechat/weechat.git
synced 2026-07-05 17:23:15 +02:00
Added case-sensitive search in buffer, display marker for each line matching search
This commit is contained in:
@@ -128,6 +128,7 @@ struct t_gui_buffer
|
||||
|
||||
/* text search */
|
||||
int text_search; /* text search type */
|
||||
int text_search_exact; /* exact search (case sensitive) ? */
|
||||
char *text_search_input; /* input saved before text search */
|
||||
|
||||
/* link to previous/next buffer */
|
||||
|
||||
Reference in New Issue
Block a user