##// 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

File last commit:

r27264:84fa21b3
r27599:6c515657
Show More
pyproject.toml
3 lines | 111 B | application/toml | TOMLLexer
[build-system]
requires = ["setuptools >= 51.0.0", "wheel"]
build-backend = "setuptools.build_meta:__legacy__"