mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-16 06:55:51 +01:00
Default incremental-search to true to not break old behavior.
Closes: #248
This commit is contained in:
parent
39afe6e714
commit
0ad59d39d7
2 changed files with 2 additions and 2 deletions
2
config.c
2
config.c
|
@ -115,7 +115,7 @@ config_load_default(zathura_t* zathura)
|
||||||
int int_value = 0;
|
int int_value = 0;
|
||||||
float float_value = 0;
|
float float_value = 0;
|
||||||
bool bool_value = false;
|
bool bool_value = false;
|
||||||
bool inc_search = false;
|
bool inc_search = true;
|
||||||
girara_session_t* gsession = zathura->ui.session;
|
girara_session_t* gsession = zathura->ui.session;
|
||||||
|
|
||||||
/* mode settings */
|
/* mode settings */
|
||||||
|
|
|
@ -495,7 +495,7 @@ incremental-search
|
||||||
En/Disables incremental search (search while typing).
|
En/Disables incremental search (search while typing).
|
||||||
|
|
||||||
* Value type: Boolean
|
* Value type: Boolean
|
||||||
* Default value: false
|
* Default value: true
|
||||||
|
|
||||||
highlight-color
|
highlight-color
|
||||||
^^^^^^^^^^^^^^^
|
^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Reference in a new issue