about summary refs log tree commit diff stats
path: root/Manual_tests.md
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2022-07-20 09:11:29 -0700
committerKartik K. Agaram <vc@akkartik.com>2022-07-20 09:11:29 -0700
commite2734cd572a8578ee07637f9c5471c0ccce119cc (patch)
tree71d09bdea7815b3f9c334351f65d322a01420ddc /Manual_tests.md
parent192e16b42f1312dde5a23a3907de2af5a46de9a7 (diff)
downloadlines.love-e2734cd572a8578ee07637f9c5471c0ccce119cc.tar.gz
bugfix: where cursor is drawn
The published version of lines.love was broken for almost an hour. The
cursor would render one position to the right of where it really is. To
fix it, this commit rolls back 26ba6e4e5a71. There doesn't seem a good
way to test it.
Diffstat (limited to 'Manual_tests.md')
-rw-r--r--Manual_tests.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/Manual_tests.md b/Manual_tests.md
index 767d0fc..8d121d9 100644
--- a/Manual_tests.md
+++ b/Manual_tests.md
@@ -9,6 +9,10 @@ record those here.
         - Filename as relative path
     - from defaults
 
+* How the screen looks. Our tests use a level of indirection to check text and
+  graphics printed to screen, but not the precise pixels they translate to.
+    - where exactly the cursor is drawn to highlight a given character
+
 ### Other compromises
 
 Lua is dynamically typed. Tests can't patch over lack of type-checking.