diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-29 15:11:34 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2023-04-29 15:11:34 +0300 |
commit | bac1efa51bf889d494013925586e87ef08307529 (patch) | |
tree | 26b29f0b08d7fede5dee0afdd90abc704821f7a6 /src/sciteco.h | |
parent | 417ee008981c9aabc04fb574c63f3d90e232986c (diff) | |
download | sciteco-bac1efa51bf889d494013925586e87ef08307529.tar.gz |
fixed <EC> interruptions on Gtk+ (and probably on PDCurses/Win32)
* test case: ECwhile true; do true; done$
* Some platforms require polling via teco_interface_is_interrupted()
for detecting interruptions, so we added an idle watcher to the
Glib event loop in spawn.c.
* On platforms that do not require polling key presses (like Unix/ncurses),
the idle watcher won't do any harm.
Diffstat (limited to 'src/sciteco.h')
0 files changed, 0 insertions, 0 deletions