Show More
@@ -1335,7 +1335,7 b' class curseschunkselector(object):' | |||
|
1335 | 1335 | # temporarily disable printing to windows by printstring |
|
1336 | 1336 | patchdisplaystring = self.printitem(item, ignorefolding, |
|
1337 | 1337 | recursechildren, towin=False) |
|
1338 | numlines = len(patchdisplaystring) / self.xscreensize | |
|
1338 | numlines = len(patchdisplaystring) // self.xscreensize | |
|
1339 | 1339 | return numlines |
|
1340 | 1340 | |
|
1341 | 1341 | def sigwinchhandler(self, n, frame): |
General Comments 0
You need to be logged in to leave comments.
Login now