Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make context size and screen clearing configurable #91

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

tuxx42
Copy link

@tuxx42 tuxx42 commented Nov 2, 2016

  • the number of lines of the context can be configured indepdentantly for the code and stack context
    (this can be nice on high resolution screens)
  • the screen clearing can be disabled using a config switch
    (screen clearing can be disabled, allowing a scrollback buffer to compare to previous states)

* the context size for the code and stack segments can be configured
  independantly
* the screen clearing can be disabled using a config switch
@tuxx42
Copy link
Author

tuxx42 commented Nov 2, 2016

let me know if I should split this into two seperate pull requests

Copy link

@dipusone dipusone left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is a good addition to peda, I was just searching for this options.

@longld
Copy link
Owner

longld commented Apr 8, 2017

I merged the idea of screen clearing in 847a926

@elklepo
Copy link

elklepo commented Nov 16, 2018

@tuxx42 do You plan to resume this PR? I'd love to see this changes on main branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants