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

Add a REPL #3

Open
5 tasks
siraben opened this issue Jan 13, 2019 · 1 comment
Open
5 tasks

Add a REPL #3

siraben opened this issue Jan 13, 2019 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@siraben
Copy link
Owner

siraben commented Jan 13, 2019

A REPL is the flagship feature of any respectable operating system. So the following must be implemented:

  • Alphanumeric input + special characters: " * + - < > \ / ' etc.
  • Ability to backspace, clear current input line.
  • Screen scrolls
    • Downward
    • Upward (harder, how much?)
@siraben siraben added enhancement New feature or request help wanted Extra attention is needed labels Jan 13, 2019
@ayazhafiz
Copy link

ayazhafiz commented Sep 21, 2019

Upward screen scrolls should be minimally more difficult, if at all. A trivial implementation is to keep a buffer of a fixed size and rewrite the display on each scroll step.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants