|
|
@ -10,6 +10,7 @@ local getval = utils.getval
|
|
|
|
local to_pen = dfhack.pen.parse
|
|
|
|
local to_pen = dfhack.pen.parse
|
|
|
|
|
|
|
|
|
|
|
|
CLEAR_PEN = to_pen{tile=909, ch=32, fg=0, bg=0, write_to_lower=true}
|
|
|
|
CLEAR_PEN = to_pen{tile=909, ch=32, fg=0, bg=0, write_to_lower=true}
|
|
|
|
|
|
|
|
TRANSPARENT_PEN = to_pen{tile=0, ch=0}
|
|
|
|
KEEP_LOWER_PEN = to_pen{ch=32, fg=0, bg=0, keep_lower=true}
|
|
|
|
KEEP_LOWER_PEN = to_pen{ch=32, fg=0, bg=0, keep_lower=true}
|
|
|
|
|
|
|
|
|
|
|
|
local FAKE_INPUT_KEYS = {
|
|
|
|
local FAKE_INPUT_KEYS = {
|
|
|
|