| 391 | } |
| 392 | |
| 393 | static int lua_dfhack_printerr(lua_State *S) |
| 394 | { |
| 395 | std::string str = lua_print_fmt(S); |
| 396 | dfhack_printerr(S, str); |
| 397 | return 0; |
| 398 | } |
| 399 | |
| 400 | static int lua_dfhack_color(lua_State *S) |
| 401 | { |
nothing calls this directly
no test coverage detected