Unwind Line Data
source.unwindline(p, txt)
Unwinds a chunk of text, putting it back into the 4096 byte internal line buffer.
This enables a call to make a readline
call, but then undo so the next call to readline
will get the data.
Parameter | Type | Description |
---|---|---|
p |
table | Protocol table |
txt |
string | Text to unwind |