aboutsummaryrefslogtreecommitdiffstats
path: root/src/i_ui.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/i_ui.go2
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) {