MCPcopy Create free account
hub / github.com/DFHack/dfhack / resize

Method resize

plugins/dwarfmonitor.cpp:427–432  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

425 }
426
427 void resize(int32_t x, int32_t y)
428 {
429 dfhack_viewscreen::resize(x, y);
430 dwarves_column.resize();
431 dwarf_activity_column.resize();
432 }
433};
434
435

Callers

nothing calls this directly

Calls 2

resizeFunction · 0.50
resizeMethod · 0.45

Tested by

no test coverage detected