-
Notifications
You must be signed in to change notification settings - Fork 67
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
Virtual Terminal as UART backend #103
Comments
Very good idea, some more things I'd love to add:
|
libvterm has those:
which seems fine. Now I'm trying to implement "input takeover" by hook hid_keyboard with:
So in
Does this look reasonable? 🤔 |
I think we shouldn't pollute the |
Okay, that |
Hello I'd like to add VT support to RVVM.
Exact requirements
I think it should:
TERM=xterm
, with a good score fromvttest
, https://www.invisible-island.net/vttest/fb_window
for input/output, a keyboard shortcut can be used to switch between VT and original modeTERM=xterm-256color
Suggested solution
My current plan are:
use
libvterm
for VT emulation, can be switch out later..support
pcbasic / hex
font format,pre-made (.hex) fonts: https://github.com/robhagemans/pcbasic/tree/master/pcbasic/data/fonts
tools: https://github.com/robhagemans/monobit
implement a
chardev
VT backend, withfb_window
takeover and switch logicExpected results and side effects
The showcase can be
TERM=xterm-mono emacs -nw
running in OpenBSD editing UTF-8 text, via RetroArch...How does this sound?
The text was updated successfully, but these errors were encountered: