summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDavid Peter <sharkdp@users.noreply.github.com>2024-02-12 08:19:34 +0100
committerGitHub <noreply@github.com>2024-02-12 08:19:34 +0100
commitf73512097894950e795daacf51e3852604c6be4d (patch)
treeaeb1dc754ff4fda99eccbb28e6d9b692dc380c54 /CHANGELOG.md
parent5a2a20af42e7a426943122524287844acc5ee975 (diff)
parent9d77c1373c59f9998b9991f1a58ffc6bf679d087 (diff)
Merge pull request #2854 from eth-p/fix-line-number-wrap-off-by-one
Fix off-by-one error in line number continuation
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b6e13469..c1d55dce 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,7 @@
- Fix long file name wrapping in header, see #2835 (@FilipRazek)
- Fix `NO_COLOR` support, see #2767 (@acuteenvy)
- Fix handling of inputs with OSC ANSI escape sequences, see #2541 and #2544 (@eth-p)
+- Fix panel width when line 10000 wraps, see #2854 (@eth-p)
## Other