mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-11 00:43:45 +01:00
Default incremental-search to true to not break old behavior.
Closes: #248
This commit is contained in:
parent
39afe6e714
commit
0ad59d39d7
2
config.c
2
config.c
@ -115,7 +115,7 @@ config_load_default(zathura_t* zathura)
|
||||
int int_value = 0;
|
||||
float float_value = 0;
|
||||
bool bool_value = false;
|
||||
bool inc_search = false;
|
||||
bool inc_search = true;
|
||||
girara_session_t* gsession = zathura->ui.session;
|
||||
|
||||
/* mode settings */
|
||||
|
@ -495,7 +495,7 @@ incremental-search
|
||||
En/Disables incremental search (search while typing).
|
||||
|
||||
* Value type: Boolean
|
||||
* Default value: false
|
||||
* Default value: true
|
||||
|
||||
highlight-color
|
||||
^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user