dfhack/library/lua/gui
Kelvie Wong 61227eeca1 Fix use of pens in render_text
If you ever pass in a number to `dc:pen` rather than a pen table, it
will assume the old pen's other attributes, such as `bg` and `bold`.

To workaround this, we just never pass in a number, and always call
`to_pen` aka `dfhack.pen.parse` first.
2023-02-18 16:07:40 -08:00
..
buildings.lua adapt lua library widgets to new keyboard keybindings 2022-12-30 22:35:08 -08:00
dialogs.lua use new frame names 2023-01-23 04:16:38 -08:00
dwarfmode.lua fixup unnecessary changes, remove unnecessary stuff 2023-02-05 19:04:21 -05:00
materials.lua adapt lua library widgets to new keyboard keybindings 2022-12-30 22:35:08 -08:00
script.lua Update script.lua 2013-10-20 13:58:15 -07:00
widgets.lua Fix use of pens in render_text 2023-02-18 16:07:40 -08:00