##// END OF EJS Templates
Enhance cmd_refreshfind docstring....
walter.doerwald -
Show More
@@ -442,7 +442,7 b' class _BrowserLevel(object):'
442 442 self.fetch(len(self.items)+1)
443 443 if self.exhausted:
444 444 curses.beep()
445 self.moveto(0, 0, refresh=True)
445 self.moveto(self.curx, 0, refresh=True)
446 446 break
447 447 if self.items[-1].item == oldobject:
448 448 self.moveto(self.curx, len(self.items)-1, refresh=True)
@@ -1383,7 +1383,8 b' class ibrowse(ipipe.Display):'
1383 1383 def cmd_refreshfind(self):
1384 1384 """
1385 1385 Refreshes the display by restarting the iterator and goes back to the
1386 same object as before (if it can be found in the new iterator).
1386 same object the cursor was on before restarting (if this object can't be
1387 found the cursor jumps back to the first object).
1387 1388 """
1388 1389 level = self.levels[-1]
1389 1390 self.report("refreshfind")
General Comments 0
You need to be logged in to leave comments. Login now