mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-23 12:19:24 +00:00
fixed visual 'n' for very long lines
This commit is contained in:
4
ex.h
4
ex.h
@@ -72,7 +72,7 @@
|
||||
*
|
||||
* from ex.h 7.7.1.1 (Berkeley) 8/12/86
|
||||
*
|
||||
* Sccsid @(#)ex.h 1.56 (gritter) 8/6/05
|
||||
* Sccsid @(#)ex.h 1.57 (gritter) 8/6/05
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -526,7 +526,7 @@ var line *undadot; /* If we saved all lines, dot reverts here */
|
||||
#define UNDPUT 4
|
||||
|
||||
extern int (*Outchar)(int);
|
||||
extern void (*Pline)(int, int);
|
||||
extern int (*Pline)(int, int);
|
||||
extern int (*Putchar)(int);
|
||||
|
||||
#define NOSTR (char *) 0
|
||||
|
||||
Reference in New Issue
Block a user