Fixed bug on cursor on/off command.

This commit is contained in:
robijn
2002-07-17 22:07:41 +00:00
parent c8fc08f6e3
commit bcee881c3a
+1 -1
View File
@@ -336,7 +336,7 @@ screen_set_func (Client * c, int argc, char **argv)
/* set the heartbeat type...*/
if (0 == strcmp (argv[i], "off"))
s->heartbeat = CURSOR_OFF;
s->cursor = CURSOR_OFF;
if (0 == strcmp (argv[i], "on"))
s->cursor = CURSOR_DEFAULT_ON;
if (0 == strcmp (argv[i], "under"))