busybox/editors
Denys Vlasenko 04b52892ed vi: nuke FEATURE_VI_OPTIMIZE_CURSOR
It is not Unicode safe, it is not saving much of I/O, and it's large:

function                                             old     new   delta
vi_main                                              255     253      -2
go_bottom_and_clear_to_eol                            28      26      -2
do_cmd                                              4194    4182     -12
show_status_line                                     388     374     -14
strncat                                               39       -     -39
__GI_strncat                                          39       -     -39
refresh                                              774     724     -50
place_cursor                                         276      83    -193
------------------------------------------------------------------------------
(add/remove: 0/3 grow/shrink: 0/6 up/down: 0/-351)           Total: -351 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2012-06-11 13:51:38 +02:00
..
awk.c awk: fix a SEGV 2011-09-11 00:30:56 +02:00
cmp.c *: remove "Options:" string from help texts 2011-06-05 03:58:28 +02:00
Config.src vi: fix regex search, make it selectable in config 2011-06-27 02:59:37 +02:00
diff.c more tweak for bionic 2011-07-08 08:49:40 +02:00
ed.c Fix double words in comments. No code changes 2011-04-16 17:33:43 +02:00
Kbuild.src vi: fix regex search, make it selectable in config 2011-06-27 02:59:37 +02:00
patch_bbox.c *: make GNU licensing statement forms more regular 2010-08-16 20:14:46 +02:00
patch_toybox.c *: replace xopen3 with xopen where makes sense 2010-10-18 02:38:27 +02:00
patch.c patch: make -p count path components, not slashes (think /blah//thing) 2011-10-10 19:59:38 +02:00
sed1line.txt add sed mini-doc 2007-11-13 17:13:31 +00:00
sed_summary.htm doc: add info about sed s/.../.../I modifier 2008-03-01 19:29:56 +00:00
sed.c sed: yet another fix on top of zero length match code 2012-06-08 10:25:31 +02:00
vi.c vi: nuke FEATURE_VI_OPTIMIZE_CURSOR 2012-06-11 13:51:38 +02:00