beryllium-org / OS

Beryllium OS, a unix-like operating system for CircuitPython powered microcontrollers. (Formerly known as ljinux)
GNU General Public License v3.0
226 stars 14 forks source link

Rework Serial Input to accomodate for custom functions per key #14

Closed bill88t closed 2 years ago

bill88t commented 2 years ago

This is in preperation for custom input environments. (editor)

The Serial input needs to be able to launch custom functions based on the environment it's in. The functionallity Serial Input shall provide should be defined through arguments.

Perhaps an array of keybinds?

I'm not quite sure.

bill88t commented 2 years ago

Implementing jcurses

bill88t commented 2 years ago

Jcurses has implemented all old functionality. Adding more stuff soon.