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

Fix issues discovered in 2.3.0 #88

Merged
merged 4 commits into from
Oct 22, 2024
Merged

Fix issues discovered in 2.3.0 #88

merged 4 commits into from
Oct 22, 2024

Conversation

stevesims
Copy link
Contributor

Bumps up stack space to 2kb, fixing an issue observed with the copy command causing crashes from the MOS CLI

Fixes an issue observed with echo where |! token wasn't being correctly interpreted

Fixes #87 where history could slightly misbehave when not pushing a new item

this token type wasn’t working correctly and failing to set the top bit of the next character - now fixed
fixes copy
an issue had been observed when pushing a duplicate entry - the history number wasn’t appropriately reset, so pressing up/down wouldn’t produce expected results
this fixes by ensuring that the `history_no` is appropriately set on entry into the editline function
@stevesims stevesims merged commit 6994cf0 into main Oct 22, 2024
@stevesims stevesims deleted the fix-copy branch October 22, 2024 11:43
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.

CLI history push glitch
1 participant