mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-01-24 02:10:19 +00:00
* 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:
8
README
8
README
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user