Skip to content

Commit

Permalink
trace: fix wrong positioning of the ellipses on overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
akinomyoga committed Dec 6, 2021
1 parent 82f74f0 commit b90ac78
Show file tree
Hide file tree
Showing 4 changed files with 309 additions and 30 deletions.
1 change: 1 addition & 0 deletions docs/ChangeLog.md
Expand Up @@ -182,6 +182,7 @@
- decode (`cmap/initialize`): fix unquoted special chars in the cmap cache `#D1647` 7434d2d
- decode: fix a bug that the characters input while initialization are delayed `#D1670` 430f449
- util (`ble/util/readfile`): fix a bug of always exiting with 1 in `bash <= 3.2` (reported by laoshaw) `#D1678` 61705bf
- trace: fix wrong positioning of the ellipses on overflow `#D1684` 0000000

## Documentation

Expand Down
2 changes: 1 addition & 1 deletion lib/test-canvas.sh
Expand Up @@ -323,7 +323,7 @@ ble/test/end-section

#------------------------------------------------------------------------------

ble/test/start-section 'ble/textmap#update'
ble/test/start-section 'ble/textmap#update' 5

function ble/test:canvas/textmap {
local text=$1
Expand Down

0 comments on commit b90ac78

Please sign in to comment.