fixed visual 'n' for very long lines

This commit is contained in:
Gunnar Ritter
2005-08-06 11:41:15 +00:00
parent 5e1eca3ce2
commit 6070ff258f
9 changed files with 42 additions and 31 deletions

4
ex.h
View File

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