* The screen buffers for visual mode are now dynamically allocated, so

vi usually does not return to ex mode with "screen too large" when the
  terminal is resized on a large monitor anymore.
This commit is contained in:
Gunnar Ritter
2005-08-04 12:09:59 +00:00
parent c69b1ee369
commit 2b70d8e5eb
15 changed files with 72 additions and 57 deletions

8
README
View File

@@ -23,9 +23,7 @@ How to build
First look at the Makefile and change the settings there to match your
build environment. Explanations are provided directly in this file.
You can tune the sizes of some internal buffers by editing config.h. In
particular, you will have to raise the size of the 'TUBE' constants if
you wish to use really large-sized terminals.
You can tune the sizes of some internal buffers by editing config.h.
Then type 'make' and 'make install'.
@@ -139,7 +137,7 @@ the erase key once after entering a multibyte character will result in an
incomplete byte sequence.
Gunnar Ritter 2/20/05
Gunnar Ritter 8/4/05
Freiburg i. Br.
Germany
<Gunnar.Ritter@pluto.uni-freiburg.de>
<gunnarr@acm.org>