Show More
@@ -442,7 +442,7 b' class _BrowserLevel(object):' | |||||
442 | self.fetch(len(self.items)+1) |
|
442 | self.fetch(len(self.items)+1) | |
443 | if self.exhausted: |
|
443 | if self.exhausted: | |
444 | curses.beep() |
|
444 | curses.beep() | |
445 |
self.moveto( |
|
445 | self.moveto(self.curx, 0, refresh=True) | |
446 | break |
|
446 | break | |
447 | if self.items[-1].item == oldobject: |
|
447 | if self.items[-1].item == oldobject: | |
448 | self.moveto(self.curx, len(self.items)-1, refresh=True) |
|
448 | self.moveto(self.curx, len(self.items)-1, refresh=True) | |
@@ -1383,7 +1383,8 b' class ibrowse(ipipe.Display):' | |||||
1383 | def cmd_refreshfind(self): |
|
1383 | def cmd_refreshfind(self): | |
1384 | """ |
|
1384 | """ | |
1385 | Refreshes the display by restarting the iterator and goes back to the |
|
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 | level = self.levels[-1] |
|
1389 | level = self.levels[-1] | |
1389 | self.report("refreshfind") |
|
1390 | self.report("refreshfind") |
General Comments 0
You need to be logged in to leave comments.
Login now