mariadb/cmd-line-utils/libedit
bar@mysql.com/bar.myoffice.izhnet.ru 640a4d59fd Bug#23097 mysql can't insert korean on mysql prompt.
Problem: libedit is a very pure-ASCII oriented library,
and it is not aware of extended (0x80..0xFF) or even multi-byte
characters. It considered such characters as non-printable
and didn't allow to input them.
Fix: make libedit think that all bytes >= 0x80 are printable.
2008-03-04 16:13:08 +04:00
..
np
readline
TEST
chared.c
chared.h
common.c
compat.h
compat_conf.h
config.h
editline.3
editrc.5
el.c
el.h Bug#23097 mysql can't insert korean on mysql prompt. 2008-03-04 16:13:08 +04:00
el_term.h
emacs.c
fgetln.c
fgetln.h
hist.c
hist.h
histedit.h
history.c
key.c Bug#23097 mysql can't insert korean on mysql prompt. 2008-03-04 16:13:08 +04:00
key.h
libedit_term.h
Makefile.am
makelist.sh
map.c Bug#23097 mysql can't insert korean on mysql prompt. 2008-03-04 16:13:08 +04:00
map.h
parse.c
parse.h
prompt.c
prompt.h
read.c Bug#23097 mysql can't insert korean on mysql prompt. 2008-03-04 16:13:08 +04:00
read.h
readline.c
refresh.c Bug#23097 mysql can't insert korean on mysql prompt. 2008-03-04 16:13:08 +04:00
refresh.h
search.c
search.h
sig.c
sig.h
strlcpy.c
strlcpy.h
sys.h
term.c
tokenizer.c
tokenizer.h
tty.c
tty.h
unvis.c
vi.c
vis.c
vis.h