Skip to content

Commit

Permalink
Merge pull request longld#84 from bert88sta/master
Browse files Browse the repository at this point in the history
This makes the context info persistent, more like a tui
  • Loading branch information
longld authored Aug 10, 2016
2 parents b7c7d7a + 0321d83 commit 133e875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peda.py
Original file line number Diff line number Diff line change
Expand Up @@ -4267,7 +4267,7 @@ def context_register(self, *arg):

pc = peda.getreg("pc")
# display register info
msg("[%s]" % "registers".center(78, "-"), "blue")
msg("\033[2J\033[0;0H [%s]" % "registers".center(78, "-"), "blue")
self.xinfo("register")

return
Expand Down

0 comments on commit 133e875

Please sign in to comment.