- Projects
- Computer security
- jQuery code
- qpsmtpd code
Steve Kemp's Homepage
|
tscreen
GNU Screen
|
tscreen is a fork of GNU Screen. It is a perpetual work in progress.
You may download a tarball of the latest version, or source & binary packages for Debian GNU/Linux:
These binary packages work correctly regardless of whether you have the GNU screen package installed or not. You may install the packages directly via apt if you add a line such as the following to your sources.list: # # Repository for tscreen # # change "sid" to "etch", or "lenny" if you use those releases. # "amd64" may similarly be changed to "i386". # deb http://www.steve.org.uk/Software/tscreen/dist/sid.amd64/ ./ deb-src http://www.steve.org.uk/Software/tscreen/dist/sid.amd64/ ./ The source code itself is hosted in a public public mercurial repository, and you may fetch a copy via: hg clone http://tscreen.repository.steve.org.uk/ tscreen Migrating to tscreen, from GNU Screen, shouldn't be difficult. Just rename your existing configuration file ~/.screenrc to ~/.tscreenrc and start enjoying the new primitives. It might be worth updating your shell configuration file to include something like the following as an aid though: if [ -x /usr/bin/tscreen ]; then alias screen='tscreen' fi If you'd like to suggest a new feature, a change, or otherwise get in touch please do so. |