mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-09-02 02:37:55 +00:00
dialog:: sm::NARROW_LINES
This commit is contained in:
@@ -711,7 +711,7 @@ void expansion_analyzer::view_distances_dialog() {
|
||||
|
||||
dynamicval<color_t> dv(distcolors[0], forecolor);
|
||||
dialog::init("");
|
||||
cmode |= sm::DIALOG_STRICT_X | sm::EXPANSION | sm::AUTO_VALUES;
|
||||
cmode |= sm::DIALOG_STRICT_X | sm::EXPANSION | sm::AUTO_VALUES | sm::NARROW_LINES;
|
||||
|
||||
int maxlen = last_distance;
|
||||
vector<bignum> qty(maxlen);
|
||||
|
Reference in New Issue
Block a user