Emulate CSR with existing screen data on old/stupid terminals which don't support it.

This commit is contained in:
Nicholas Marriott
2009-02-11 19:06:58 +00:00
parent 6c76aaca92
commit d5eaf3a9f6
4 changed files with 92 additions and 19 deletions

10
NOTES
View File

@ -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 $