fixed newlite shit

This commit is contained in:
Luke 2023-07-16 11:17:38 -07:00
parent a39eb6d870
commit 5bbde54bc1
3 changed files with 185 additions and 185 deletions

View file

@ -1,10 +1,10 @@
# Design Target
## Curses Stack based calculator
* platform layer event loop
* use ncurses
* React to single keypress events @ a fixed interval.
* operations are based on single letter keys
* Write input to a prompt
* display the stack every cycle
* display shortcuts at the bottom
# Design Target
## Curses Stack based calculator
* platform layer event loop
* use ncurses
* React to single keypress events @ a fixed interval.
* operations are based on single letter keys
* Write input to a prompt
* display the stack every cycle
* display shortcuts at the bottom