tcut the cute graphics. - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit f80f53a9424c26f28c8819558541d19cd690a440
parent 28994509cc11ac6a5443054dfae1fedfb69039bc
Author: rsc 
Date:   Wed, 21 Apr 2004 22:35:40 +0000

cut the cute graphics.

Diffstat:
  M src/cmd/9term/9term.c               |       8 ++++----

1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c
t@@ -612,13 +612,13 @@ void
 domenu2(int but)
 {
         if(scrolling)
-                menu2str[Scroll] = "☑ scroll";
+                menu2str[Scroll] = "+ scroll";
         else
-                menu2str[Scroll] = "☐ scroll";
+                menu2str[Scroll] = "- scroll";
         if(cooked)
-                menu2str[Cooked] = "☑ mustecho";
+                menu2str[Cooked] = "+ mustecho";
         else
-                menu2str[Cooked] = "☐ mustecho";
+                menu2str[Cooked] = "- mustecho";
 
         switch(menuhit(but, mc, &menu2, nil)){
         case -1: