diff draw.c @ 356:c2a65784cb71
changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
author |
Anselm R. Garbe <arg@10kloc.org> |
date |
Fri, 25 Aug 2006 15:06:38 +0200 |
parents |
f9543a4af9e5 |
children |
27082985e51e |
line diff
1.1 --- a/draw.c Fri Aug 25 14:46:01 2006 +0200
1.2 +++ b/draw.c Fri Aug 25 15:06:38 2006 +0200
1.3 @@ -94,7 +94,7 @@
1.4 void
1.5 drawstatus()
1.6 {
1.7 - static const char *mode[] = { "~", "|" };
1.8 + static const char *mode[] = { "><", "|=" };
1.9 int i, x;
1.10
1.11 dc.x = dc.y = 0;