Skip to content

Commit

Permalink
Avoid display issues with multiple hunks on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Oct 20, 2023
1 parent d32d31b commit ba195a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eden/scm/sapling/crecord.py
Original file line number Diff line number Diff line change
Expand Up @@ -1099,6 +1099,7 @@ def _getstatuslines(self):
def updatescreen(self):
self.statuswin.erase()
self.chunkpad.erase()
self.chunkpad.clear()

printstring = self.printstring

Expand Down

0 comments on commit ba195a1

Please sign in to comment.