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

quote the commands in history (for when \n will work) #6

Closed
ldemailly opened this issue Aug 8, 2024 · 0 comments · Fixed by #8
Closed

quote the commands in history (for when \n will work) #6

ldemailly opened this issue Aug 8, 2024 · 0 comments · Fixed by #8

Comments

@ldemailly
Copy link
Member

No description provided.

ldemailly added a commit that referenced this issue Aug 9, 2024
ldemailly added a commit that referenced this issue Aug 9, 2024
…as needed (#8)

* Handle limited capacity history, leaving 1 slot for pending and keeping newest when loading/saving

* dedup on read, but we need to do it in term instead

* dedup is in the right spot now (in term) - Fixes #7 

* Propagate and demonstrate the new AutoHistory(false) option

* Use history ReplaceLatest to demonstrate keeping only valid commands (plus the last one so it can be edited)

* Quote/unquote, fixes #6
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 a pull request may close this issue.

1 participant