Skip to content

Allow for temporary editing of history lines #35

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

starseeker
Copy link
Contributor

This reworks history handling to allow editing of temporary copies of history lines when the user uses up arrow or down arrow to navigate to them.

This reworks history handling to allow editing of temporary copies of history
lines when the user uses up arrow or down arrow to navigate to them.
@starseeker
Copy link
Contributor Author

@yhirose The feature here is that when I up-arrow into history and get a prior command, I can then start editing that command to create a new command, and that edited version is preserved even if I then up and down arrow through the other history entries. When AddHistory is called (generally done in the app after the line is Entered) those temporary copies are reset.

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.

1 participant