Submitter | phabricator |
---|---|
Date | Nov. 1, 2019, 5:31 p.m. |
Message ID | <1def1fafb1f2ae399bcae3727c9a3050@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/42669/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/hgext/histedit.py b/hgext/histedit.py --- a/hgext/histedit.py +++ b/hgext/histedit.py @@ -1603,7 +1603,7 @@ renderhelp(helpwin, state) curses.doupdate() # done rendering - ch = stdscr.getkey() + ch = encoding.strtolocal(stdscr.getkey()) except curses.error: pass