https://bz.mercurial-scm.org/show_bug.cgi?id=5512
Bug ID: 5512 Summary: The curses interface does not work on Windows. Product: Mercurial Version: 4.1.1 Hardware: PC OS: Windows Status: UNCONFIRMED Severity: feature Priority: wish Component: Mercurial Assignee: bugzi...@mercurial-scm.org Reporter: jeber...@free.fr CC: mercurial-devel@mercurial-scm.org The curses interface almost works on Windows using the package from http://www.lfd.uci.edu/~gohlke/pythonlibs/#curses but it fails because of a couple of undefined signals. Simply changing crecord.py to wrap the references to signal.SIGWINCH and signal.SIGTSTOP inside "try: ... except: pass" blocks allows interactive commit to work. -- You are receiving this mail because: You are on the CC list for the bug. _______________________________________________ Mercurial-devel mailing list Mercurial-devel@mercurial-scm.org https://www.mercurial-scm.org/mailman/listinfo/mercurial-devel