This commit is contained in:
Tiago Cunha 2009-02-02 15:53:33 +00:00
parent 5a7b7aaa1c
commit b5f4b7730b

3
FAQ
View File

@ -14,13 +14,14 @@ tmux offers several advantages over screen:
- multiple paste buffers; - multiple paste buffers;
- choice of vim or emacs key layouts; - choice of vim or emacs key layouts;
- an option to limit the window size; - an option to limit the window size;
- a more usable status line syntax, with the ability to display the first line
of output of a specific command;
- a cleaner, modern, easily extended, BSD-licensed codebase. - a cleaner, modern, easily extended, BSD-licensed codebase.
There are still a few features screen includes that tmux omits: 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 - builtin serial and telnet support; this is bloat and is unlikely to be added
to tmux; to tmux;
- a more customisable status line, albeit with an awful syntax;
- wider platform support, for example IRIX and AIX, and for odd terminals. - wider platform support, for example IRIX and AIX, and for odd terminals.
- better UTF-8 support. - better UTF-8 support.