about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-08-05 12:02:54 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-08-05 12:02:54 -0700
commit0fe9a1812353969deba687f4de06eb28bd615dfa (patch)
treeaeae769ed05eac1719f89d0e7df8bf2f5f4af126
parent3d0aa81c76b36525921f39ddba2e4a18e120d76f (diff)
downloadmu-0fe9a1812353969deba687f4de06eb28bd615dfa.tar.gz
1937
-rw-r--r--edit.mu4
1 files changed, 4 insertions, 0 deletions
diff --git a/edit.mu b/edit.mu
index 521633c1..4306e56c 100644
--- a/edit.mu
+++ b/edit.mu
@@ -134,6 +134,10 @@ scenario editor-initializes-without-data [
 ]
 
 # bottom:number, screen:address <- render screen:address, editor:address:editor-data
+#
+# Assumes cursor should be at coordinates (cursor-row, cursor-column) and
+# updates before-cursor to match. Might also move coordinates if they're
+# outside text.
 recipe render [
   local-scope
   screen:address <- next-ingredient