comparison text_tabs.lua @ 47:1070a14cfee4

Updated lib-st widget from WRDW. Properly notice new generating tabs. Updated help text.
author Farmbuyer of US-Kilrogg <farmbuyer@gmail.com>
date Sat, 28 Jan 2012 18:24:22 +0000
parents 5ee4edd24c13
children ac57a4342812
comparison
equal deleted inserted replaced
46:0b1e703a6954 47:1070a14cfee4
10 this string, only examine it if needed. If the generator is called 10 this string, only examine it if needed. If the generator is called
11 more than once between GUI updates, text will build up here. 11 more than once between GUI updates, text will build up here.
12 in/out GENERATED.TTYPE_pos: if non-nil, this is the saved cursor position in 12 in/out GENERATED.TTYPE_pos: if non-nil, this is the saved cursor position in
13 the text window (so that it stays where the user last left it). 13 the text window (so that it stays where the user last left it).
14 Move it if you're doing something strange with the displayed text. 14 Move it if you're doing something strange with the displayed text.
15 tmp GENERATED.loc_TTYPE_*: Use as needed. 15 tmp GENERATED.loc_TTYPE_*: Fields with this pattern free to use as needed.
16 out CACHE: Empty output table. Accumulate generated lines here, one entry 16 out CACHE: Empty output table. Accumulate generated lines here, one entry
17 per visible line. Do not terminate with a newline unless you want 17 per visible line. Do not terminate with a newline unless you want
18 an extra blank line there. 18 an extra blank line there.
19 19
20 Preconditions: 20 Preconditions: