▍ humdrum codex / glint v1.0.2
license AGPL-3.0

style: gofmt

efa8720704c9f87d1ca59e811a2ea050684b2345
humdrum <me@humdrum.me> · 2026-06-29 09:14

parent 58b346d4

1 files changed

internal/editor/editor.go +2 −2
@@ -22,8 +22,8 @@ 	Cursor  Position
 	Scroll  int
 	Dirty   bool
 	Width   int
-	Height  int // visible text rows
-	goalCol int // remembered visual column for vertical moves
+	Height  int       // visible text rows
+	goalCol int       // remembered visual column for vertical moves
 	anchor  *Position // selection anchor; nil = no selection
 	theme   theme.Theme
 }