diff options
author | Joe <rbo@gmx.us> | 2024-02-21 20:20:20 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-02-21 20:20:20 +0100 |
commit | cb8958c4c3d37f48692fd6a54a1ac223e0bc60d6 (patch) | |
tree | 026dac60c86d5749fdaf88e4f74d647aab3c5975 /src/i_ui.go | |
parent | quad (diff) | |
download | hardflip-cb8958c4c3d37f48692fd6a54a1ac223e0bc60d6.tar.gz hardflip-cb8958c4c3d37f48692fd6a54a1ac223e0bc60d6.tar.bz2 hardflip-cb8958c4c3d37f48692fd6a54a1ac223e0bc60d6.tar.xz hardflip-cb8958c4c3d37f48692fd6a54a1ac223e0bc60d6.tar.zst hardflip-cb8958c4c3d37f48692fd6a54a1ac223e0bc60d6.zip |
go
Diffstat (limited to '')
-rw-r--r-- | src/i_ui.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i_ui.go b/src/i_ui.go index 0c9f14c..6d24e6f 100644 --- a/src/i_ui.go +++ b/src/i_ui.go @@ -70,7 +70,7 @@ type HardUI struct { } type Quad struct { - L, R, T, B int + L, T, R, B int } func i_left_right(text_len int, ui *HardUI) (int, int) { |