about summary refs log tree commit diff stats
path: root/shell
diff options
context:
space:
mode:
Diffstat (limited to 'shell')
-rw-r--r--shell/trace.mu2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/trace.mu b/shell/trace.mu
index 2bdabe99..39fd8b42 100644
--- a/shell/trace.mu
+++ b/shell/trace.mu
@@ -27,10 +27,10 @@ type trace {
   #       edit-trace might add/remove lines to visible
   visible: (handle array trace-line)
   recompute-visible?: boolean
-  top-line-index: int  # index into data
   cursor-y: int  # row index on screen
   cursor-line-index: int  # index into data
   unclip-cursor-line?: boolean  # extremely short-lived; reset any time cursor moves
+  top-line-index: int  # index into data
 }
 
 type trace-line {