mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-22 19:59:24 +00:00
files from last release. ex-050325
This commit is contained in:
@@ -73,7 +73,7 @@
|
||||
|
||||
#ifndef lint
|
||||
#ifdef DOSCCS
|
||||
static char sccsid[] = "@(#)ex_vops2.c 1.36 (gritter) 12/25/06";
|
||||
static char sccsid[] = "@(#)ex_vops2.c 1.34 (gritter) 1/12/05";
|
||||
#endif
|
||||
#endif
|
||||
|
||||
@@ -611,7 +611,7 @@ vgetline(int cnt, char *gcursor, bool *aescaped, int commch)
|
||||
int x, y, iwhite, backsl=0;
|
||||
cell *iglobp;
|
||||
char cstr[2];
|
||||
int (*OO)(int) = Outchar;
|
||||
int (*OO)() = Outchar;
|
||||
|
||||
/*
|
||||
* Clear the output state and counters
|
||||
|
||||
Reference in New Issue
Block a user