| 414 | } |
| 415 | |
| 416 | static int lua_dfhack_is_interactive(lua_State *S) |
| 417 | { |
| 418 | lua_pushboolean(S, get_console(S) != NULL); |
| 419 | return 1; |
| 420 | } |
| 421 | |
| 422 | static int dfhack_lineedit_sync(lua_State *S, Console *pstream) |
| 423 | { |
nothing calls this directly
no test coverage detected