cyrus-and / gdb-dashboard

Modular visual interface for GDB in Python
MIT License
11.1k stars 780 forks source link

Move the cursor to top-left corner when discard_scrollback is False #281

Closed PovelikinRostislav closed 1 year ago

PovelikinRostislav commented 1 year ago

This commit aligns the cursor behavior between discard_scrollback = False and discard_scrollback = True modes to share the common user experience of having new dashboard status in top-left corner of the screen.

The idea was discussed in #180

cyrus-and commented 1 year ago

Perfect, thank you!