diff options
author | rsc <devnull@localhost> | 2004-04-21 22:35:40 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-04-21 22:35:40 +0000 |
commit | f80f53a9424c26f28c8819558541d19cd690a440 (patch) | |
tree | 2722871d9dd05c37d78ed886a793ff47e186d454 /src/cmd | |
parent | 28994509cc11ac6a5443054dfae1fedfb69039bc (diff) | |
download | plan9port-f80f53a9424c26f28c8819558541d19cd690a440.tar.gz plan9port-f80f53a9424c26f28c8819558541d19cd690a440.tar.bz2 plan9port-f80f53a9424c26f28c8819558541d19cd690a440.zip |
cut the cute graphics.
Diffstat (limited to 'src/cmd')
-rw-r--r-- | src/cmd/9term/9term.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/cmd/9term/9term.c b/src/cmd/9term/9term.c index 3bf2764e..df27261d 100644 --- a/src/cmd/9term/9term.c +++ b/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"; + 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: |