Sack Library Documentation
|
Members |
Description |
INDEX nHistory; |
position counter for pulling history |
PLINKQUEUE InputHistory; | |
int bRecallBegin; |
set to TRUE when nHistory has wrapped... |
_32 CollectionBufferLock; |
A exchange-lock variable for controlling access to the history (so things aren't being read from it while it is scrolling old data out). |
INDEX CollectionIndex; |
used to store index.. for insert type operations... |
int CollectionInsert; |
flag for whether we are inserting or overwriting |
PTEXT CollectionBuffer; |
used to store partial from GatherLine |
void (__cdecl * CollectedEvent)(PTRSZVAL psv, PTEXT text); |
called when a buffer is complete. |
PTRSZVAL psvCollectedEvent; |
passed to the event callback when a line is completed |
extended command entry stuff... handles editing buffers with insert/overwrite/copy/paste/etc...
Copyright (c) 2000+. All rights reserved.
|
What do you think about this topic? Send feedback!
|