Commit Diff


commit - 28994509cc11ac6a5443054dfae1fedfb69039bc
commit + f80f53a9424c26f28c8819558541d19cd690a440
blob - 3bf2764e963cb0e6bb04bc7c3692a61a2d70d190
blob + df27261d8c591de9b59bdcabca5c317596bffcba
--- src/cmd/9term/9term.c
+++ src/cmd/9term/9term.c
@@ -612,13 +612,13 @@ void
 domenu2(int but)
 {
 	if(scrolling)
-		menu2str[Scroll] = "☑ scroll";
+		menu2str[Scroll] = "+ scroll";
 	else
-		menu2str[Scroll] = "☐ scroll";
-	if(cooked)
-		menu2str[Cooked] = "☑ mustecho";
+		menu2str[Scroll] = "- scroll";
+	if(cooked)
+		menu2str[Cooked] = "+ mustecho";
 	else
-		menu2str[Cooked] = "☐ mustecho";
+		menu2str[Cooked] = "- mustecho";
 
 	switch(menuhit(but, mc, &menu2, nil)){
 	case -1: