change md argument to number etc. (which acted only as a flag)
to an actual flag. buffer underrun check in number add xdata file for exactly the addressed region save addr across opens
This commit is contained in:
parent
e63027eb68
commit
012a8a02d5
8 changed files with 55 additions and 25 deletions
|
|
@ -19,6 +19,7 @@ enum
|
|||
QWrdsel,
|
||||
QWwrsel,
|
||||
QWtag,
|
||||
QWxdata,
|
||||
QMAX,
|
||||
};
|
||||
|
||||
|
|
@ -30,6 +31,7 @@ enum
|
|||
Infinity = 0x7FFFFFFF, /* huge value for regexp address */
|
||||
};
|
||||
|
||||
#define Buffer AcmeBuffer
|
||||
typedef struct Block Block;
|
||||
typedef struct Buffer Buffer;
|
||||
typedef struct Command Command;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue