-
Notifications
You must be signed in to change notification settings - Fork 35
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
Integrate a Terminal #12
Comments
Hi Marian! I'm still experimenting with doing terminal emulation into Turbo Vision, so this is not not going to be ready anytime soon. But for the time being, the "Suspend" command should be accessible enough. You can access it for the first time with |
Hi
po 4. 1. 2021 v 17:39 odesílatel magiblot <[email protected]> napsal:
Hi Marian!
I'm still experimenting with doing terminal emulation into Turbo Vision,
so this is not not going to be ready anytime soon.
very good nested ncurses terminal
https://github.com/TragicWarrior/libvterm
Pavel
But for the time being, the "Suspend" command should be accessible enough.
… You can access it for the first time with Alt+F, then U. Since Turbo
Vision remembers the last selected item in a menu, further accesses can be
done with just Alt+F, then Enter. Were you aware of this?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFO44XEGDYVQHOOYUCLIDSYHVNNANCNFSM4VTEGTHQ>
.
|
Hey Pavel, I'm using https://github.com/neovim/libvterm in my experiments (which has the same name, but is a totally different library). I don't know if they have relevant differences in available features, but I'm not too worried about this. What I'd like to get done first is high-color support in Turbo Vision (magiblot/tvision#19). |
po 4. 1. 2021 v 17:55 odesílatel magiblot <[email protected]> napsal:
Hey Pavel,
I'm using https://github.com/neovim/libvterm in my experiments (which has
the same name, but is a totally different library). I don't know if they
have relevant differences in available features, but I'm not too worried
about this.
I tested https://github.com/TragicWarrior/libvterm against pspg
https://github.com/okbob/pspg and it is working really well with good
performance and without visual artefacts. On second hand, libvterm from
neovim project will be widely used and tested.
What I'd like to get done first is high-color support in Turbo Vision (
magiblot/tvision#19 <magiblot/tvision#19>).
ook
—
… You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#12 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEFO44NA5HDDVXHALZUMSTSYHXIXANCNFSM4VTEGTHQ>
.
|
Another nice feature (for developers) is to integrate a terminal into turbo.
This will allow to run commands (e.g. to compile code, etc.)
Alternatively, add a keyboard shortcut to the "Suspend" option.
The text was updated successfully, but these errors were encountered: