Fix unintended changes

This commit is contained in:
Ryan Roden-Corrent 2025-04-30 16:16:45 -04:00
parent b3e4e125d0
commit 1bd8b6f659
No known key found for this signature in database
GPG key ID: 435D8B10692555C9
2 changed files with 1 additions and 3 deletions

View file

@ -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

View file

@ -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;