Disable ctrl-c and ctrl-z special behaviour.

This commit is contained in:
Andrew Hamilton 2022-01-04 08:36:10 +10:00
parent ffdf4f3d86
commit e7a4addd77

View file

@ -18,4 +18,4 @@ setup(name="diff-edit",
entry_points={"console_scripts": ["diff-edit=diff_edit:main"]},
install_requires=[
"pygments==2.10.0", "docopt==0.6.2",
"fill3 @ git+https://github.com/ahamilton/eris@v2022.01.03#subdirectory=fill3"])
"fill3 @ git+https://github.com/ahamilton/eris@v2022.01.04#subdirectory=fill3"])