mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
config: rename ‘show-urls’ to ‘show-urls-launch’
This commit is contained in:
parent
013b26d212
commit
0a1c5e44c4
5 changed files with 7 additions and 6 deletions
2
input.c
2
input.c
|
|
@ -272,7 +272,7 @@ execute_binding(struct seat *seat, struct terminal *term,
|
|||
return true;
|
||||
}
|
||||
|
||||
case BIND_ACTION_SHOW_URLS:
|
||||
case BIND_ACTION_SHOW_URLS_LAUNCH:
|
||||
xassert(!urls_mode_is_active(term));
|
||||
|
||||
urls_collect(term);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue