[BusyBox] Is busybox.vi 8-bit slean ?

Vladimir N. Oleynik dzo at simtreas.ru
Mon Dec 2 08:01:04 UTC 2002


Dmitry,

> I'm trying enter 8-bit chars (codes more then 127) via telnetd
> seccion connection, but vi does not accept it.

Current version vi is not 8-bit clean.
Attached patch:
a) correcting show locale depend printable and unprintable as '.' chars.
b) show 127 char as '^?'
c) parse 149-255 keys code as symbols (128-148 used by algorithm)
d) more size optimization - 300 bytes
e) added console 'Home' and 'End' keys
f) remove one bug - strlen(NULL)
g) more fast screen output - use buffering stdout
h) better parser input escape sequiences

and small "i18n" patch to libbb/procps.c

--w
vodz
-------------- next part --------------
A non-text attachment was scrubbed...
Name: last_patch69.gz
Type: application/x-gzip
Size: 12126 bytes
Desc: not available
Url : http://lists.busybox.net/pipermail/busybox/attachments/20021202/942e7f62/attachment.bin 


More information about the busybox mailing list