We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5135837 commit 0a5335dCopy full SHA for 0a5335d
.gdbinit
@@ -697,7 +697,7 @@ class Dashboard(gdb.Command):
697
# ANSI: move the cursor to top-left corner and clear the screen
698
# (optionally also clear the scrollback buffer if supported by the
699
# terminal)
700
- return '\x1b[H\x1b[J' + ('\x1b[3J' if R.discard_scrollback else '')
+ return '\x1b[H\x1b[2J' + ('\x1b[3J' if R.discard_scrollback else '')
701
702
@staticmethod
703
def setup_terminal():
0 commit comments