mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
cut the cute graphics.
This commit is contained in:
parent
28994509cc
commit
f80f53a942
1 changed files with 4 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue