vis: make certain operations interruptible with <C-c>
commit63ebc9dad10e1f31058b7b4148c00198b67928de
authorMarc André Tanner <mat@brain-dump.org>
Fri, 14 Apr 2017 09:15:17 +0000 (14 11:15 +0200)
committerMarc André Tanner <mat@brain-dump.org>
Fri, 14 Apr 2017 09:15:17 +0000 (14 11:15 +0200)
treebe6b05a2db8461cf7acc1aabbbc926b7bcc07398
parentc25e0c110430bd16056c6fe12e9e6676ebf1e5f5
vis: make certain operations interruptible with <C-c>

As currently implemented this will only work for operations which are
individually fast, but repeated many times (e.g. `1000000itext<Escape>`).
main.c
sam.c
ui-terminal-curses.c
vis-core.h
vis-motions.c
vis.c