napari / napari-console

A plugin that adds a console to napari
BSD 3-Clause "New" or "Revised" License
3 stars 12 forks source link

Ctrl+c doesn't work #14

Open brisvag opened 3 years ago

brisvag commented 3 years ago

Pressing Ctrl+c while in the console does absolutely nothing. This makes it impossible to interrupt long-running operations (which is especially bad when you get no output and therefore have no clue if it's working or not, see #13). Moreover, Ctrl+c cannot be used like in normal ipython to discard the current text and clear the command line.