about summary refs log tree commit diff stats
path: root/edit/003-shortcuts.mu
diff options
context:
space:
mode:
Diffstat (limited to 'edit/003-shortcuts.mu')
-rw-r--r--edit/003-shortcuts.mu92
1 files changed, 46 insertions, 46 deletions
diff --git a/edit/003-shortcuts.mu b/edit/003-shortcuts.mu
index 9c4467a3..2dbc481a 100644
--- a/edit/003-shortcuts.mu
+++ b/edit/003-shortcuts.mu
@@ -57,7 +57,7 @@ scenario editor-handles-backspace-key [
   screen-should-contain [
     .          .
     .bc        .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   memory-should-contain [
@@ -235,7 +235,7 @@ cd]
   screen-should-contain [
     .          .
     .abcd      .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   memory-should-contain [
@@ -266,7 +266,7 @@ ghi jkl]
     .          .
     .abc defgh↩.
     .i jkl     .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -282,7 +282,7 @@ scenario editor-wraps-long-lines-on-backspace [
     .          .
     .abc def↩  .
     . ghij     .
-    .╌╌╌╌╌╌╌╌  .
+    .┈┈┈┈┈┈┈┈  .
   ]
   $clear-trace
   # position the cursor somewhere in the middle of the top screen line and hit backspace
@@ -298,7 +298,7 @@ scenario editor-wraps-long-lines-on-backspace [
     .          .
     .abcdef ↩  .
     .ghij      .
-    .╌╌╌╌╌╌╌╌  .
+    .┈┈┈┈┈┈┈┈  .
     .          .
   ]
 ]
@@ -320,7 +320,7 @@ scenario editor-handles-delete-key [
   screen-should-contain [
     .          .
     .bc        .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 3, [print-character]  # length of original line to overwrite
@@ -334,7 +334,7 @@ scenario editor-handles-delete-key [
   screen-should-contain [
     .          .
     .c         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 2, [print-character]  # new length to overwrite
@@ -410,7 +410,7 @@ scenario editor-moves-cursor-right-with-key [
   screen-should-contain [
     .          .
     .a0bc      .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 3, [print-character]  # 0 and following characters
@@ -521,7 +521,7 @@ d]
     .          .
     .abc       .
     .0d        .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 2, [print-character]  # new length of second line
@@ -548,7 +548,7 @@ d]
     .          .
     . abc      .
     . 0d       .
-    . ╌╌╌╌╌╌╌╌╌.
+    . ┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -572,7 +572,7 @@ scenario editor-moves-cursor-to-next-wrapped-line-with-right-arrow [
     .          .
     .abcd↩     .
     .ef        .
-    .╌╌╌╌╌     .
+    .┈┈┈┈┈     .
     .          .
   ]
   memory-should-contain [
@@ -638,7 +638,7 @@ scenario editor-moves-cursor-to-next-wrapped-line-with-right-arrow-3 [
     .          .
     . abcd↩    .
     . ef       .
-    . ╌╌╌╌╌    .
+    . ┈┈┈┈┈    .
     .          .
   ]
   memory-should-contain [
@@ -670,7 +670,7 @@ d]
     .          .
     .abc       .
     .0d        .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 2, [print-character]
@@ -697,7 +697,7 @@ scenario editor-moves-cursor-left-with-key [
   screen-should-contain [
     .          .
     .a0bc      .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 3, [print-character]
@@ -773,7 +773,7 @@ g]
     .abc       .
     .def0      .
     .g         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
   check-trace-count-for-label 1, [print-character]  # just the '0'
 ]
@@ -802,7 +802,7 @@ g]
     .0abc      .
     .def       .
     .g         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
   check-trace-count-for-label 4, [print-character]  # length of first line
 ]
@@ -831,7 +831,7 @@ d]
     .abc       .
     .0         .
     .d         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
   check-trace-count-for-label 1, [print-character]  # just the '0'
 ]
@@ -847,7 +847,7 @@ scenario editor-moves-across-screen-lines-across-wrap-with-left-arrow [
     .          .
     .abcd↩     .
     .ef        .
-    .╌╌╌╌╌     .
+    .┈┈┈┈┈     .
     .          .
   ]
   # position cursor right after empty line
@@ -881,7 +881,7 @@ g]
     .abcd↩     .
     .ef        .
     .g         .
-    .╌╌╌╌╌     .
+    .┈┈┈┈┈     .
   ]
   # position cursor right after empty line
   assume-console [
@@ -913,7 +913,7 @@ e]
     .          .
     .abcd      .
     .e         .
-    .╌╌╌╌╌     .
+    .┈┈┈┈┈     .
     .          .
   ]
   # position cursor right after empty line
@@ -969,7 +969,7 @@ def]
     .          .
     .a0bc      .
     .def       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1086,7 +1086,7 @@ def]
     .          .
     .ab0       .
     .def       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1123,7 +1123,7 @@ def]
     .          .
     .0         .
     .def       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1164,7 +1164,7 @@ ghi]
     .abc       .
     .0def      .
     .ghi       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
 ]
 
@@ -1203,7 +1203,7 @@ def]
     .          .
     .abc       .
     .0def      .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1308,7 +1308,7 @@ de]
     .          .
     .abc       .
     .de0       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1511,7 +1511,7 @@ scenario editor-moves-to-end-of-line-with-ctrl-e [
     .          .
     .123z      .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   check-trace-count-for-label 1, [print-character]
@@ -1662,7 +1662,7 @@ scenario editor-deletes-to-start-of-line-with-ctrl-u [
     .          .
     .123       .
     .6         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1726,7 +1726,7 @@ scenario editor-deletes-to-start-of-line-with-ctrl-u-2 [
     .          .
     .3         .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1750,7 +1750,7 @@ scenario editor-deletes-to-start-of-line-with-ctrl-u-3 [
     .          .
     .          .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1774,7 +1774,7 @@ scenario editor-deletes-to-start-of-final-line-with-ctrl-u [
     .          .
     .123       .
     .          .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1800,7 +1800,7 @@ scenario editor-deletes-to-end-of-line-with-ctrl-k [
     .          .
     .1         .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1856,7 +1856,7 @@ scenario editor-deletes-to-end-of-line-with-ctrl-k-2 [
     .          .
     .123       .
     .4         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1880,7 +1880,7 @@ scenario editor-deletes-to-end-of-line-with-ctrl-k-3 [
     .          .
     .12        .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1904,7 +1904,7 @@ scenario editor-deletes-to-end-of-line-with-ctrl-k-4 [
     .          .
     .123       .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1928,7 +1928,7 @@ scenario editor-deletes-to-end-of-line-with-ctrl-k-5 [
     .          .
     .123       .
     .45        .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -1952,7 +1952,7 @@ scenario editor-deletes-to-end-of-line-with-ctrl-k-6 [
     .          .
     .123       .
     .456       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -2272,7 +2272,7 @@ de]
   screen-should-contain [
     .          .
     .de0       .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
   # try to move down again
@@ -2301,7 +2301,7 @@ de]
   screen-should-contain [
     .          .
     .de01      .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
     .          .
   ]
 ]
@@ -2495,7 +2495,7 @@ m]
     .k         .
     .l         .
     .m         .
-    .╌╌╌╌╌     .
+    .┈┈┈┈┈     .
   ]
   # move up one line
   assume-console [
@@ -2626,7 +2626,7 @@ e]
     .          .
     .d         .
     .e         .
-    .╌╌╌╌╌╌    .
+    .┈┈┈┈┈┈    .
   ]
   assume-console [
     press page-up
@@ -2765,7 +2765,7 @@ d]
     .          .
     .c         .
     .d         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
 ]
 
@@ -2838,7 +2838,7 @@ b]
     .          .
     .a         .
     .b         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
   # scroll down
   assume-console [
@@ -2852,7 +2852,7 @@ b]
     .          .
     .a         .
     .b         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
 ]
 
@@ -2885,7 +2885,7 @@ cdefgh]
     .          .
     .cde↩      .
     .fgh       .
-    .╌╌╌╌      .
+    .┈┈┈┈      .
   ]
 ]
 
@@ -2949,7 +2949,7 @@ d]
     .          .
     .c         .
     .d         .
-    .╌╌╌╌╌╌╌╌╌╌.
+    .┈┈┈┈┈┈┈┈┈┈.
   ]
   # scroll back up
   assume-console [