Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DFHack/dfhack
/ resize
Method
resize
plugins/manipulator.cpp:1118–1122 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1116
vector<UnitInfo*> units;
1117
private:
1118
void resize(int32_t x, int32_t y)
1119
{
1120
dfhack_viewscreen::resize(x, y);
1121
menu_options.resize();
1122
}
1123
};
1124
1125
enum display_columns {
Callers
nothing calls this directly
Calls
2
resize
Function · 0.50
resize
Method · 0.45
Tested by
no test coverage detected