mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-17 05:33:52 -04:00
url-mode: off-by-one error in end-point column of auto-detected URLs
When an auto-detected URL ended *on* the right-most column, the URL endpoint was off by one, resulting in the underline in URL mode being one character short.
This commit is contained in:
parent
19429d13a3
commit
974c3acd78
2 changed files with 13 additions and 5 deletions
|
|
@ -147,6 +147,8 @@
|
|||
around (https://codeberg.org/dnkl/foot/issues/552).
|
||||
* Selection incorrectly wrapping rows ending with an explicit newline
|
||||
(https://codeberg.org/dnkl/foot/issues/565).
|
||||
* Off-by-one error in markup of auto-detected URLs when the URL ends
|
||||
in the right-most column.
|
||||
|
||||
|
||||
### Security
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue