Open joukos opened 6 years ago
This should help
Thanks, I better check that out.
I've been working on this with some pretty good success, I'll create a branch on my fork later so you can see.
Looks awesome, nice work!
Wish I saw this earlier
:astonished: Hidden in plain sight it seems! Cool find, also an interesting way to show the tty1, didn't occur to me to do it like that.
We should combine all the useful code of various such projects into a package that not only has all the features one might need, but also comes with good drivers (or at least less hacky demo code). From what I can gather via forums and googling, the GxEPD might have useful bits too especially in terms of driving the displays.
Something else pseudo-terminal enables: attributes
Cool :) I hope I have time in the near future to incorporate this and fix some pending driver issues too.
This is looking really promising! I will be happy to test this out once it's implemented.
How to enter the pseudo terminal I have opened
How to enter the pseudo terminal I have opened
Are you using the fork by @jason-green-io ? I think you can do a tmux attach -t tty
to enter the session but haven't tried it myself.
Instead of reading
/dev/vcsa*
, allocate a pseudo TTY.A big problem with the VT buffer is that the original unicode value is lost.
Having an option to use a pty should: