summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-24 14:21:43 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-24 14:21:43 +0000
commit69cec8803eeba97be266049ce715d4c726a39553 (patch)
tree56141442d6a1d0d162b1519eeabb7cb3af4c0af0 /NOTES
parent43a05b1884c86201f8a2c9da58d65b4341a81f92 (diff)
Document modes, c/p etc.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES7
1 files changed, 3 insertions, 4 deletions
diff --git a/NOTES b/NOTES
index ae57b4c4..a9a1135f 100644
--- a/NOTES
+++ b/NOTES
@@ -4,7 +4,7 @@ tmux is a "terminal multiplexer", it enables a number of terminals (or windows)
to be accessed and controlled from a single terminal. tmux is intended to be a
simple, modern, BSD-licensed alternative to programs such as GNU screen.
-This 0.1 release should be considered a beta release. It runs on OpenBSD,
+This 0.2 release should be considered a beta release. It runs on OpenBSD,
FreeBSD and Linux, but has many missing features and is expected to have a good
number of bugs.
@@ -29,14 +29,13 @@ The following is a summary of major features implemented in this version:
both tmux and screen), vim and various tools and games in the OpenBSD base
system.
- A optional status line (enabled by default).
+- Window history and copy and paste.
And major missing features:
- Support for VT100 line drawing characters (they will appear as jklmx, etc).
This is most noticable in ncmpc and in elinks if configured with VT100 frames.
- Status line customisation, beyond presence and colour.
-- Copy and paste.
-- Scrollback.
- Mouse support.
- No support for programs changing termios(4) settings or other tty(4) ioctls.
@@ -64,4 +63,4 @@ freenode or efnet IRC. I sometimes ignore private msgs from people I don't
know, so please mention tmux initially (rather than just saying "hi" ;-).
-- Nicholas Marriott <nicm@users.sf.net>
-$Id: NOTES,v 1.28 2007-11-23 14:28:47 nicm Exp $
+$Id: NOTES,v 1.29 2007-11-24 14:21:43 nicm Exp $