altsql-shell icon indicating copy to clipboard operation
altsql-shell copied to clipboard

Ctrl+C from paged results quits AltSQL

Open supervacuo opened this issue 13 years ago • 2 comments
trafficstars

Although the shell correctly intercepts ^C whilst editing an SQL command line, Ctrl+C exits both the pager and AltSQL itself when viewing a query result with enough rows that the pager is being used.

Presumably, either ^C should drop back to the AltSQL command line, or it should be a complete NOP (as in VIM).

supervacuo avatar Jun 19 '12 22:06 supervacuo

Yeah, this is annoying. I'll try and fix this soon. I keep running into it myself.

ewaters avatar Jul 02 '12 16:07 ewaters

Has this issue been fixed? I've not been able to reproduce the described behaviour - for me ^C in the pager is a NOOP.

openstrike avatar Apr 07 '15 22:04 openstrike