##// END OF EJS Templates
Fix ctrl-\ behavior...
Fix ctrl-\ behavior This commit fixes two issues with ctrl-\ when using IPython on linux: - Previously, pressing ctrl-\ would make IPython exit without resetting the terminal configuration - IPython users could not override the behavior of ctrl-\ using `signal.signal(signal.SIGQUIT, ...)` as they would in other terminal apps
Maor Kleinberger -
r27599:6c515657
Show More
Name Size Modified Last Commit Author
/ docs / source / development
figs
config.rst Loading ...
execution.rst Loading ...
how_ipython_works.rst Loading ...
index.rst Loading ...
inputhook_app.rst Loading ...
kernels.rst Loading ...
lexer.rst Loading ...
messaging.rst Loading ...
parallel_connections.rst Loading ...
parallel_messages.rst Loading ...
pycompat.rst Loading ...
wrapperkernels.rst Loading ...