##// END OF EJS Templates
crecord: fix blue artifact bug coming back from help screen...
Laurent Charignon -
r25419:6e62a5b3 default
parent child Browse files
Show More
@@ -1554,6 +1554,8 b' are you sure you want to review/edit and'
1554 1554 self.togglefolded(foldparent=True)
1555 1555 elif keypressed in ["?"]:
1556 1556 self.helpwindow()
1557 self.stdscr.clear()
1558 self.stdscr.refresh()
1557 1559
1558 1560 def main(self, stdscr):
1559 1561 """
General Comments 0
You need to be logged in to leave comments. Login now