Skip to content

Conversation

kwsantiago
Copy link

GUI/Console: Add /clearhistory command

Closes #204

Implementation

  • Type /clearhistory
  • GUI prompt warns it's irreversible but not guaranteed irrecoverable, and clears output too
  • Overwrites saved history with same-length dummy data (no new length info stored)
  • Calls history.clear() and overwrites saved history again
  • Clears console output

Copy link

@1440000bytes 1440000bytes left a comment

Choose a reason for hiding this comment

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

Code Review ACK ddf5fe4

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.

GUI/Console: A way to clear command history

2 participants