rectangle fix and RCS annunciator cleanup

This commit is contained in:
Mikayla Fischler
2023-04-09 12:56:18 -04:00
parent 5b1f304467
commit 6e95755db4
3 changed files with 5 additions and 5 deletions

View File

@ -83,8 +83,8 @@ local function rectangle(args)
p_a = util.strrep("\x83", inner_width + width_x2)
p_b = util.strrep("\x8f", inner_width + width_x2)
else
p_a = util.spaces(border_width) .. util.strrep("\x83", inner_width) .. util.spaces(border_width)
p_b = util.spaces(border_width) .. util.strrep("\x8f", inner_width) .. util.spaces(border_width)
p_a = util.spaces(border_width) .. util.strrep("\x8f", inner_width) .. util.spaces(border_width)
p_b = util.spaces(border_width) .. util.strrep("\x83", inner_width) .. util.spaces(border_width)
end
p_s = spaces