From b4fe99194fa58381c5490274532b39ce4e66e2f7 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 11 Jan 2009 01:06:33 +0000 Subject: Updates. --- FAQ | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FAQ') diff --git a/FAQ b/FAQ index 2f5f717b..3022a8f0 100644 --- a/FAQ +++ b/FAQ @@ -13,7 +13,7 @@ tmux offers several advantages over screen: - easily scriptable from the shell; - multiple paste buffers; - choice of vim or emacs key layouts; -- options to limit window size; +- an option to limit the window size; - a cleaner, modern, easily extended, BSD-licensed codebase. There are still a few features screen includes that tmux omits: @@ -22,7 +22,7 @@ There are still a few features screen includes that tmux omits: to tmux; - a more customisable status line, albeit with an awful syntax; - wider platform support, for example IRIX and AIX, and for odd terminals; -- split windows; this is planned and should appear eventually. +- split windows; this is planned for tmux and should appear eventually. * I found a bug! What do I do? -- cgit