1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00

22729: trunction in computil.c did't handle multibyte characters

This commit is contained in:
Peter Stephenson 2006-09-17 19:23:38 +00:00
parent b477e24aa2
commit 4f11c3b8e3
2 changed files with 19 additions and 2 deletions

View file

@ -1,5 +1,8 @@
2006-09-17 Peter Stephenson <p.w.stephenson@ntlworld.com>
* 22729: Src/Zle/computil.c: truncation of description didn't
handle multibyte characters.
* 22727: Src/init.c, Src/Zle/zle_main.c: "use 'exit' to exit"
was suboptimal.

View file

Internal server error - The gay git

500

Internal server error

Forgejo version: 9.0.3

@ -616,8 +616,22 @@ cd_get(char **params)