changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()

This commit is contained in:
Anselm R. Garbe
2006-08-25 15:06:38 +02:00
parent 9f35cc52fe
commit d37dfa1bed
2 changed files with 13 additions and 11 deletions

2
draw.c
View File

@ -94,7 +94,7 @@ drawall()
void
drawstatus()
{
static const char *mode[] = { "~", "|" };
static const char *mode[] = { "><", "|=" };
int i, x;
dc.x = dc.y = 0;