Home
last modified time | relevance | path

Searched refs:current_cursor_line (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bpython/bpython-0.22.1/bpython/curtsiesfrontend/
H A Drepl.py1216 paint.display_linize(self.current_cursor_line, self.width)
1391 def current_cursor_line(self): member in BaseRepl
1490 min_height, width, self.current_cursor_line
1590 lines = paint.display_linize(self.current_cursor_line + "X", width)
1629 len(self.current_cursor_line),
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/tweak_book/editor/
H A Dtext.py114 self.current_cursor_line = None
334 if self.current_cursor_line is not None:
335 sel.append(self.current_cursor_line)
629 self.current_cursor_line = sel