mirror of
https://github.com/weechat/weechat.git
synced 2026-07-06 09:43:13 +02:00
core: add option weechat.completion.case_sensitive
This commit is contained in:
@@ -45,6 +45,7 @@ struct t_gui_completion
|
||||
/* completion context */
|
||||
struct t_gui_buffer *buffer; /* buffer where completion was asked */
|
||||
int context; /* context: null, nick, command, cmd arg */
|
||||
int case_sensitive; /* case sensitive completion? */
|
||||
char *base_command; /* cmd with arg to complete (can be NULL) */
|
||||
int base_command_arg_index; /* # arg to complete (if context=cmd arg) */
|
||||
char *base_word; /* word to complete (when Tab was pressed) */
|
||||
|
||||
Reference in New Issue
Block a user