##// END OF EJS Templates
histedit: rip out mysterious catch-all ignore curses.error handler...
Augie Fackler -
r47125:11ce2977 default
parent child Browse files
Show More
@@ -1623,7 +1623,6 b' pgup/K: move patch up, pgdn/J: move patc'
1623 stdscr.clear()
1623 stdscr.clear()
1624 stdscr.refresh()
1624 stdscr.refresh()
1625 while True:
1625 while True:
1626 try:
1627 oldmode, unused = state[b'mode']
1626 oldmode, unused = state[b'mode']
1628 if oldmode == MODE_INIT:
1627 if oldmode == MODE_INIT:
1629 changemode(state, MODE_RULES)
1628 changemode(state, MODE_RULES)
@@ -1678,8 +1677,6 b' pgup/K: move patch up, pgdn/J: move patc'
1678 curses.doupdate()
1677 curses.doupdate()
1679 # done rendering
1678 # done rendering
1680 ch = encoding.strtolocal(stdscr.getkey())
1679 ch = encoding.strtolocal(stdscr.getkey())
1681 except curses.error:
1682 pass
1683
1680
1684
1681
1685 def _chistedit(ui, repo, freeargs, opts):
1682 def _chistedit(ui, repo, freeargs, opts):
General Comments 0
You need to be logged in to leave comments. Login now