shithub: orca

Download patch

ref: bfb401cf97ede81809655dec16f1250604fcbd93
parent: 5a1db607207a1118ba3a1d43d8c9269c6138f33d
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Fri May 1 06:04:40 EDT 2020

tui_main: update according to #60

--- a/tui_main.c
+++ b/tui_main.c
@@ -2246,7 +2246,7 @@
   };
   static struct Guide_item items[] = {
       {'A', "add", "Outputs sum of inputs."},
-      {'B', "between", "Outputs subtraction of inputs."},
+      {'B', "subtract", "Outputs difference of inputs."},
       {'C', "clock", "Outputs modulo of frame."},
       {'D', "delay", "Bangs on modulo of frame."},
       {'E', "east", "Moves eastward, or bangs."},