mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-23 04:09:24 +00:00
fixed visual 'n' for very long lines
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_vget.c 1.30 (gritter) 8/6/05";
|
||||
static char sccsid[] = "@(#)ex_vget.c 1.31 (gritter) 8/6/05";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -406,7 +406,7 @@ int
|
||||
readecho(int c)
|
||||
{
|
||||
register char *sc = cursor;
|
||||
register void (*OP)(int, int);
|
||||
register int (*OP)(int, int);
|
||||
bool waste;
|
||||
register int OPeek;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user