summaryrefslogtreecommitdiffstats
path: root/NOTES
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-02-11 19:06:58 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-02-11 19:06:58 +0000
commitd5eaf3a9f6ab9299f76d65e77f11e08f11d9e150 (patch)
tree1784e976a5550ba7435bf40d14a2bc7addc3847f /NOTES
parent6c76aaca92e11e5f4d1a593081315b9b5e1da2e4 (diff)
Emulate CSR with existing screen data on old/stupid terminals which don't support it.
Diffstat (limited to 'NOTES')
-rw-r--r--NOTES10
1 files changed, 1 insertions, 9 deletions
diff --git a/NOTES b/NOTES
index 13d25545..1dbdd1d3 100644
--- a/NOTES
+++ b/NOTES
@@ -72,14 +72,6 @@ A Vim syntax file is available in the examples directory. To install it:
- Switch on syntax highlighting in your vimrc file by adding "syntax enable"
to it.
-There are the following known issues:
-
-- cons25 on the FreeBSD console doesn't support scroll region (cs) (or lies
- about support, I'm not totally clear which). This is a pity but emulating cs
- is nontrivial and as most modern vt220-based software terminals support it,
- currently there are better things to work one. Diffs or ideas how to cleanly
- emulate cs are welcome.
-
For debugging, running tmux with -v or -vv will generate server and client log
files in the current directory.
@@ -99,4 +91,4 @@ welcome. Please email:
-- Nicholas Marriott <nicm@users.sf.net>
-$Id: NOTES,v 1.42 2009-01-18 17:20:52 nicm Exp $
+$Id: NOTES,v 1.43 2009-02-11 19:06:58 nicm Exp $