def _modified(self): if self.focus is not None: if self.focus >= len(self): self.focus = max(0, len(self) - 1) urwid.ListWalker._modified(self)