draw.c
changeset 356 c2a65784cb71
parent 355 f9543a4af9e5
child 357 27082985e51e
equal deleted inserted replaced
355:f9543a4af9e5 356:c2a65784cb71
    92 }
    92 }
    93 
    93 
    94 void
    94 void
    95 drawstatus()
    95 drawstatus()
    96 {
    96 {
    97 	static const char *mode[] = { "~", "|" };
    97 	static const char *mode[] = { "><", "|=" };
    98 	int i, x;
    98 	int i, x;
    99 
    99 
   100 	dc.x = dc.y = 0;
   100 	dc.x = dc.y = 0;
   101 	dc.w = bw;
   101 	dc.w = bw;
   102 
   102