Cursor visibility

This commit is contained in:
Keith Winstein
2011-02-01 02:53:39 -05:00
parent 6265f192ad
commit 2f1ccdf6eb
4 changed files with 10 additions and 3 deletions
+2
View File
@@ -220,6 +220,8 @@ static bool *get_DEC_mode( int param, Framebuffer *fb ) {
return &(fb->ds.origin_mode);
case 7: /* auto wrap */
return &(fb->ds.auto_wrap_mode);
case 25:
return &(fb->ds.cursor_visible);
}
return NULL;
}