A lot of firmware systems still do their "windowing" like this.
VTM: A Text-Based Desktop Environment
21–30 of 145 posts
Re: VTM: A Text-Based Desktop Environment
#221. Press Enter.
2. ~ Press Tilde.
3. . Press dot.
This disconnects from the remote host.
If you want more: `man ssh` and look for "ESCAPE CHARACTERS"
Re: VTM: A Text-Based Desktop Environment
#23Tip: If you want to escape from any ssh session you can press this sequence: 1. Press Enter. 2. ~ Press Tilde. 3. . Press dot. This disconnects from the remote host. If you want more: `man ssh` and look for "ESCAPE CHARACTERS"
Re: VTM: A Text-Based Desktop Environment
#24Re: VTM: A Text-Based Desktop Environment
#25Tip: If you want to escape from any ssh session you can press this sequence: 1. Press Enter. 2. ~ Press Tilde. 3. . Press dot. This disconnects from the remote host. If you want more: `man ssh` and look for "ESCAPE CHARACTERS"
I think the sequence is " ~.". I use it often.
Re: VTM: A Text-Based Desktop Environment
#26I came here expecting an article about my beloved Emacs ;)
Re: VTM: A Text-Based Desktop Environment
#27Glad to see someone made this to save me the time! I've wondered if a TUI could replace some desktops for low end or embedded systems, or something to use on remoting into a datacenter etc.
Drawing text is the most expensive in a GUI.
In text-mode, characters are "drawn" by simply writing their ASCII code point into VRAM and writing another byte (two 4-bit values really) in an additional "attribute" buffer to set the foreground and background colour.
Programmers can swap out the default character set to provide their own typeface and graphical characters for use as window borders, shadows, etc.
(S)VGA text-mode is as cheap as it gets in terms of computational complexity.
Re: VTM: A Text-Based Desktop Environment
#28Tip: If you want to escape from any ssh session you can press this sequence: 1. Press Enter. 2. ~ Press Tilde. 3. . Press dot. This disconnects from the remote host. If you want more: `man ssh` and look for "ESCAPE CHARACTERS"
I think the sequence is " ~.". I use it often.
Re: VTM: A Text-Based Desktop Environment
#29Glad to see someone made this to save me the time! I've wondered if a TUI could replace some desktops for low end or embedded systems, or something to use on remoting into a datacenter etc.
Drawing text is the most expensive in a GUI.
Re: VTM: A Text-Based Desktop Environment
#30It looks like DESQView for MS-DOS.