Denys Vlasenko
|
248c324f7c
lineedit: fix moving backwards across lines with wide chars
|
14 years ago |
Denys Vlasenko
|
d9a3e89f50
consolidate ESC sequences
|
14 years ago |
Denys Vlasenko
|
26e2c1db0d
stop using LAST_SUPPORTED_WCHAR and CONFIG_LAST_SUPPORTED_WCHAR, it's confusing
|
14 years ago |
Tomas Heinrich
|
b8909c52fe
lineedit: partially fix wide and combining chars editing
|
14 years ago |
Denys Vlasenko
|
94043e8ad2
lineedit: change how cmdedit_set_out_char works
|
14 years ago |
Tomas Heinrich
|
a659b81dfa
libbb/lineedit: add support for preserving "broken" (non-unicode) chars
|
14 years ago |
Denys Vlasenko
|
19158a837d
unicode: s/FEATURE_ASSUME_UNICODE/UNICODE_SUPPORT, add UNICODE_USING_LOCALE
|
14 years ago |
Tomas Heinrich
|
aa167556cd
unicode: optional table for better handling of neutral bidi chars
|
14 years ago |
Tomas Heinrich
|
c5c006c10c
lineedit: first shot at optional unicode bidi input support
|
14 years ago |
Denys Vlasenko
|
58f108eb33
lineedit: fix another corner case with bad unicode input
|
14 years ago |
Tomas Heinrich
|
d2b04050c0
lineedit: invalid unicode characters are replaced with CONFIG_SUBST_WCHAR
|
14 years ago |
Denys Vlasenko
|
9f93d62192
libbb: better unicode width support. Hopefully fixes bug 839.
|
15 years ago |
Denys Vlasenko
|
28055028a7
fold: unicode support. Based on a patch by Tomas Heinrich <heinrich.tomas@gmail.com>
|
15 years ago |
Denys Vlasenko
|
31e2e7b863
randomconfig fixes
|
15 years ago |
Denys Vlasenko
|
13ad90627c
ash: fix bad interaction of "stty -echo" + ASK_TERMINAL
|
15 years ago |
Denys Vlasenko
|
8131eea3dc
*: introduce and use ffulsh_all()
|
15 years ago |
Denys Vlasenko
|
1f6d2307ba
lineedit: REALLY fix compile error now
|
15 years ago |
Denys Vlasenko
|
4dc08262cf
lineedit: compile fix
|
15 years ago |
Denys Vlasenko
|
d83bbf4193
rename sent_ESC_br_n6 variable to sent_ESC_br6n
|
15 years ago |
Denys Vlasenko
|
eb62d7c383
libbb/lineedit: try to make FEATURE_EDITING_ASK_TERMINAL less ugly
|
15 years ago |
Denys Vlasenko
|
727e1b536e
read_key,lineeedit: parse position answerback faster; sanitize its use
|
15 years ago |
Denys Vlasenko
|
a17eeb847e
lineedit: handle Ctrl-arrows
|
15 years ago |
Denys Vlasenko
|
04bb6b6a5a
lineedit: do not hardcode ctrl-C and ctrl-D, use termios fields.
|
15 years ago |
Denys Vlasenko
|
2f3f09c287
libbb/lineedit: restore ^D handling for unicode
|
15 years ago |
Denys Vlasenko
|
db9c57eed1
libbb/lineedit: fix the case when we configured history to have 0 lines
|
15 years ago |
Denys Vlasenko
|
90a9904e9e
remove some GNUisms. by Dan Fandrich (dan AT coneharvesters.com)
|
15 years ago |
Denys Vlasenko
|
9531f7dad7
another small lineedit fix
|
15 years ago |
Denys Vlasenko
|
5c2e81bb67
fix a thinko in lineedit completion code
|
15 years ago |
Denys Vlasenko
|
53fd1bf223
lineedit: code shrink
|
15 years ago |
Denys Vlasenko
|
9038d6f8f5
remove trailing whitespace
|
15 years ago |