1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-02 15:53:12 +02:00

spelling: case-sensitive

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref
2024-09-06 08:25:21 -04:00
committed by Sébastien Helleu
parent 0505a0ff76
commit c28696e602
24 changed files with 82 additions and 82 deletions
+2 -2
View File
@@ -162,7 +162,7 @@ struct t_gui_buffer
/* nicklist */
int nicklist; /* = 1 if nicklist is enabled */
int nicklist_case_sensitive; /* nicks are case sensitive ? */
int nicklist_case_sensitive; /* nicks are case-sensitive ? */
struct t_gui_nick_group *nicklist_root; /* pointer to groups root */
int nicklist_max_length; /* max length for a nick */
int nicklist_display_groups; /* display groups ? */
@@ -225,7 +225,7 @@ struct t_gui_buffer
enum t_gui_buffer_search text_search; /* text search type */
enum t_gui_buffer_search_dir text_search_direction;
/* search dir.: backward/forward */
int text_search_exact; /* case sensitive search? */
int text_search_exact; /* case-sensitive search? */
int text_search_regex; /* search with a regex */
regex_t *text_search_regex_compiled; /* regex used to search */
int text_search_where; /* prefix and/or msg */