mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-04-15 08:21:03 -04:00
Fix unintended changes
This commit is contained in:
parent
b3e4e125d0
commit
1bd8b6f659
2 changed files with 1 additions and 3 deletions
|
|
@ -1348,7 +1348,7 @@ e.g. *search-start=none*.
|
||||||
*show-urls-launch*
|
*show-urls-launch*
|
||||||
Enter URL mode, where all currently visible URLs are tagged with a
|
Enter URL mode, where all currently visible URLs are tagged with a
|
||||||
jump label with a key sequence that will open the URL (and exit
|
jump label with a key sequence that will open the URL (and exit
|
||||||
URL mode).
|
URL mode). Default: _Control+Shift+o_.
|
||||||
|
|
||||||
*show-urls-persistent*
|
*show-urls-persistent*
|
||||||
Similar to *show-urls-launch*, but does not automatically exit URL
|
Similar to *show-urls-launch*, but does not automatically exit URL
|
||||||
|
|
|
||||||
|
|
@ -287,8 +287,6 @@ urls_input(struct seat *seat, struct terminal *term,
|
||||||
|
|
||||||
switch (match->action) {
|
switch (match->action) {
|
||||||
case URL_ACTION_COPY:
|
case URL_ACTION_COPY:
|
||||||
urls_reset(term);
|
|
||||||
break;
|
|
||||||
case URL_ACTION_LAUNCH:
|
case URL_ACTION_LAUNCH:
|
||||||
urls_reset(term);
|
urls_reset(term);
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue