Fixed bug on cursor on/off command.
This commit is contained in:
@@ -336,7 +336,7 @@ screen_set_func (Client * c, int argc, char **argv)
|
|||||||
|
|
||||||
/* set the heartbeat type...*/
|
/* set the heartbeat type...*/
|
||||||
if (0 == strcmp (argv[i], "off"))
|
if (0 == strcmp (argv[i], "off"))
|
||||||
s->heartbeat = CURSOR_OFF;
|
s->cursor = CURSOR_OFF;
|
||||||
if (0 == strcmp (argv[i], "on"))
|
if (0 == strcmp (argv[i], "on"))
|
||||||
s->cursor = CURSOR_DEFAULT_ON;
|
s->cursor = CURSOR_DEFAULT_ON;
|
||||||
if (0 == strcmp (argv[i], "under"))
|
if (0 == strcmp (argv[i], "under"))
|
||||||
|
|||||||
Reference in New Issue
Block a user