vi: fix ^Z not always working as intended
authorDenys Vlasenko <vda.linux@googlemail.com>
Mon, 1 Apr 2019 10:29:27 +0000 (12:29 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Mon, 1 Apr 2019 10:29:27 +0000 (12:29 +0200)
commitc3193104049186bd28203801e8fd7d9d4ff2b547
tree6b50dc58d15ab4f33767d1239740a761833e8d53
parent6ed94aa9b25fc1824de2e74eebf8b75aefe99b75
vi: fix ^Z not always working as intended

function                                             old     new   delta
tstp_handler                                          64      71      +7
text_yank                                             54      56      +2
vi_main                                              280     272      -8
do_cmd                                              4705    4696      -9
colon                                               2861    2852      -9
cont_handler                                          66       -     -66
------------------------------------------------------------------------------
(add/remove: 0/1 grow/shrink: 2/3 up/down: 9/-92)             Total: -83 bytes

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
editors/vi.c