aboutsummaryrefslogtreecommitdiff
path: root/draw.c
diff options
context:
space:
mode:
authorAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:06:38 +0200
committerAnselm R. Garbe <arg@10kloc.org>2006-08-25 15:06:38 +0200
commitd37dfa1bedbfadb5d39aa1937e77d4fd44319018 (patch)
treeac42e31987633fd32144310e21210cd0ed20a20d /draw.c
parent9f35cc52fe27f694ce146356e6c71267ecd19217 (diff)
changed symbols for float/tiled mode, added mouse-driven mode toggle to buttonpress()
Diffstat (limited to 'draw.c')
-rw-r--r--draw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/draw.c b/draw.c
index 7da24f2..fb4ba2e 100644
--- a/draw.c
+++ b/draw.c
@@ -94,7 +94,7 @@ drawall()
void
drawstatus()
{
- static const char *mode[] = { "~", "|" };
+ static const char *mode[] = { "><", "|=" };
int i, x;
dc.x = dc.y = 0;