1

VTE's get_cursor_position() returns "scrollback buffer" coordinates, i.e. the y is relative not to beginning of the screen, but to the to the beginning of the scrollback buffer. How can I get screen coordinates instead?

tfga
  • 51
  • 5

1 Answers1

0
gtk.gdk.get_default_root_window().get_pointer()
Luke
  • 11,426
  • 43
  • 60
  • 69
Hez
  • 24
  • 1