1
0
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:
Sebastien Helleu
2007-03-20 10:18:25 +00:00
parent 25bfda26e9
commit 7f0e0b5eea
34 changed files with 1920 additions and 1608 deletions
+1
View File
@@ -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 */