mirror of
https://github.com/tildeclub/ex-vi.git
synced 2026-06-20 10:59:25 +00:00
ex (not vi) can now edit files with lines of arbitrary length.
This commit is contained in:
@@ -72,7 +72,7 @@
|
||||
*
|
||||
* from ex_temp.h 7.4 (Berkeley) 5/31/85
|
||||
*
|
||||
* Sccsid @(#)ex_temp.h 1.9 (gritter) 8/4/05
|
||||
* Sccsid @(#)ex_temp.h 1.10 (gritter) 8/4/05
|
||||
*/
|
||||
|
||||
/*
|
||||
@@ -111,7 +111,8 @@
|
||||
#define OFFBTS 7 /* 6 */
|
||||
#define OFFMSK 0177 /* 077 */
|
||||
#define SHFT 2 /* 3 */
|
||||
#else
|
||||
#define TLNMSK 077776
|
||||
#else /* VMUNIX */
|
||||
#ifdef LARGEF
|
||||
#define BLKMSK 017777777777
|
||||
#else
|
||||
@@ -128,7 +129,8 @@
|
||||
#define OFFBTS 10
|
||||
#define OFFMSK 01777
|
||||
#define SHFT 0
|
||||
#endif
|
||||
#define TLNMSK 017777777776
|
||||
#endif /* VMUNIX */
|
||||
|
||||
/*
|
||||
* The editor uses three buffers into the temporary file (ed uses two
|
||||
|
||||
Reference in New Issue
Block a user