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

Implement shell-style command history #19

Closed
examknow opened this issue May 24, 2021 · 2 comments
Closed

Implement shell-style command history #19

examknow opened this issue May 24, 2021 · 2 comments

Comments

@examknow
Copy link

I tend to typo a lot so it would be extremely useful if I could just press my up arrow like I would on my shell or on my normal IRC client to get the command back.

@DanielOaks
Copy link
Member

yeah I wanna do this, see also #12, the main issues with tackling this are:

  • making sure it still works on Windows (iirc I had some trouble getting windows compatibility while also implementing this sort of gui. maybe that's better now though).
  • getting the 16-99 control codes working properly (we're gonna have to send our own ANSI, and this feels like a more complicated thing than doing the shell-style message typing/entry so I sorta want to tackle it first if I can).

@slingamn
Copy link
Member

slingamn commented Feb 6, 2023

Moved to #28

@slingamn slingamn closed this as completed Feb 6, 2023
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

No branches or pull requests

3 participants