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).
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).