Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ resize
Method
resize
plugins/dwarfmonitor.cpp:1043–1048 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1041
}
1042
1043
void resize(int32_t x, int32_t y)
1044
{
1045
dfhack_viewscreen::resize(x, y);
1046
fort_activity_column.resize();
1047
dwarf_activity_column.resize();
1048
}
1049
};
1050
1051
Callers
3
resize
Method · 0.45
populatePreferencesColumn
Method · 0.45
resize
Method · 0.45
Calls
1
resize
Function · 0.50
Tested by
no test coverage detected