diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 16:58:22 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-01-10 16:58:22 +0000 |
commit | e96dfbc2bfbe227638cca9cb176f87682c75f940 (patch) | |
tree | 1bb4682671763a5e496aeaed9a626128e1c0c875 | |
parent | 34cc2e09626e2b92f70af3004cc3fed6ae02654f (diff) | |
download | rtmux-e96dfbc2bfbe227638cca9cb176f87682c75f940.tar.gz rtmux-e96dfbc2bfbe227638cca9cb176f87682c75f940.tar.bz2 rtmux-e96dfbc2bfbe227638cca9cb176f87682c75f940.zip |
+tmux differences.
-rw-r--r-- | FAQ | 26 | ||||
-rw-r--r-- | TODO | 3 |
2 files changed, 25 insertions, 4 deletions
@@ -1,8 +1,28 @@ tmux frequently asked questions -* What is tmux? How is it different from GNU screen? - -XXX TODO +* How is tmux different from GNU screen? What else does it offer? + +tmux offers several advantages over screen: + +- a clearly-defined client-server model: windows are independent entities which + may be attached simultaneously to multiple sessions and viewed from multiple + clients (terminals), as well as moved freely between sessions within the same + tmux server; +- a consistent, well-documented command interface, with the same syntax + whether used interactively, as a key binding, or from the shell; +- easily scriptable from the shell; +- multiple paste buffers; +- emacs key layouts; +- options to limit window size; +- a cleaner, modern, easily extended, BSD-licensed codebase. + +There are still a few features screen includes that tmux omits: + +- builtin serial and telnet support; this is bloat and is unlikely to be added + to tmux; +- a more customisable status line, albeit with an awful syntax; +- wider platform support, for example IRIX and AIX; +- split windows; this is planned and should appear eventually. * I found a bug! What do I do? @@ -62,4 +62,5 @@ - document xterm-keys - document server-info - document window options changes - +- a window mode to show a clock +- a key binding to display the status line when it is turned off |