Incorporate the textUI library into /sys/lib, and start using it in our own demos and utilities.
Also, add an InputField control, that gives you a controlled text-input area of a certain width on the screen. If the user enters more characters than that, it should either beep (disallow further input), or just scroll horizontally (allowing further input without screwing up your screen layout).
Incorporate the textUI library into /sys/lib, and start using it in our own demos and utilities.
Also, add an InputField control, that gives you a controlled text-input area of a certain width on the screen. If the user enters more characters than that, it should either beep (disallow further input), or just scroll horizontally (allowing further input without screwing up your screen layout).