From d5eaf3a9f6ab9299f76d65e77f11e08f11d9e150 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Wed, 11 Feb 2009 19:06:58 +0000 Subject: Emulate CSR with existing screen data on old/stupid terminals which don't support it. --- NOTES | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'NOTES') 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 -$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 $ -- cgit