massive update to fix issues from htmltest

This commit is contained in:
Don Harper 2020-08-22 16:32:22 -05:00
parent a6ebb354c8
commit 878ae417aa
88 changed files with 548 additions and 567 deletions

View file

@ -8,7 +8,7 @@ tags = ["cli","windowmanager"]
Window Manager for tty?
=======================
The package [screen](http://www.gnu.org/software/screen) is something that has been around for a long time.
The package [screen](https://www.gnu.org/software/screen) is something that has been around for a long time.
With screen, you can have many session running on on tty, and you can switch to another session with out touching a mouse. With the proper configuration, you can get notified if there is some change (like if you have a IM client up) or if there is no output (say, if you are watching a compile session).
@ -19,10 +19,8 @@ One of the other really feature is cut and paste between sessions. The is very
### Screen References
- [BigAdmin Feature Article: Installing and Using GNU
Screen](http://www.sun.com/bigadmin/features/articles/gnu_screen.html)
Screen](https://www.sun.com/bigadmin/features/articles/gnu_screen.html)
- [Google Search: gnu screen
howto](http://www.google.com/search?num=100&hl=en&safe=off&client=firefox&rls=org.mozilla:en-US:unofficial&q=gnu+screen+howto&spell=1)
howto](https://www.google.com/search?num=100&hl=en&safe=off&client=firefox&rls=org.mozilla:en-US:unofficial&q=gnu+screen+howto&spell=1)
- [BigAdmin Feature Article: Installing and Using GNU
Screen](http://www.sun.com/bigadmin/features/articles/gnu_screen.html)
- [GNU screen: start](http://aperiodic.net/screen/start)
- [GNU screen: tutorial](http://aperiodic.net/screen/tutorial)
Screen](https://www.sun.com/bigadmin/features/articles/gnu_screen.html)