diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-02-02 15:53:33 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-02-02 15:53:33 +0000 |
commit | b5f4b7730beeb02e58a563986693cf2aa87e2ea3 (patch) | |
tree | 1b9f7b5ff546a7c93567c2329364487050f65a01 | |
parent | 5a7b7aaa1ca122fb492dbf0212627aed4ca3c074 (diff) | |
download | rtmux-b5f4b7730beeb02e58a563986693cf2aa87e2ea3.tar.gz rtmux-b5f4b7730beeb02e58a563986693cf2aa87e2ea3.tar.bz2 rtmux-b5f4b7730beeb02e58a563986693cf2aa87e2ea3.zip |
Update.
-rw-r--r-- | FAQ | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,13 +14,14 @@ tmux offers several advantages over screen: - multiple paste buffers; - choice of vim or emacs key layouts; - 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. 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, and for odd terminals. - better UTF-8 support. |