Marcin 'Qrczak' Kowalczyk writes:
> "\b" does not erase the previous character, only moves the cursor
> to the left. So you must know widths anyway
Let's take a new character, say DEL ('\177'). We could define that for
UTF-8 terminals, DEL always erases the last character, i.e. - for the
nonproportional case - corresponds to a number of "\b \b" sequences.
This would have the benefits of
1. avoiding incompatibilities caused by disagreeing wcwidth definitions,
2. making terminals with nonproportional fonts better supported,
3. being a feature not provided in traditional CJK environments.
Which is the standards body where we could submit such a proposal?
Bruno
-
Linux-UTF8: i18n of Linux on all levels
Archive: http://mail.nl.linux.org/lists/
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Bruno Haible
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Ienup Sung
- Re: kernel tty patches Ienup Sung
- Re: backspace, erase modes Bruno Haible
- backspace policy (Re: kernel tty patches) Tomohiro KUBOTA
- Re: backspace policy (Re: kernel tty pa... Markus Kuhn
- Re: backspace policy (Re: kernel tt... Tomohiro KUBOTA
- Re: backspace policy (Re: kernel tt... Marcin 'Qrczak' Kowalczyk
- Towards a new text terminal sta... Bruno Haible
- Towards a new text termina... Markus Kuhn
- Re: Towards a new text... Keld J�rn Simonsen
- Re: Towards a new text... Kai Henningsen
- Re: backspace policy (Re: ... Robert Brady
- Re: Purpose of DEL Markus Kuhn
- Re: backspace policy (... Bruno Haible
- Re: backspace policy (... Tomohiro KUBOTA
- Re: xterm Robert Brady
- Re: xterm Tomohiro KUBOTA
- Re: xterm Robert Brady
