Couple of bugs fixed: terminal not sane after shell and cursor changing shape

This commit is contained in:
Jacobo Tarrío
2000-04-18 20:50:23 +00:00
parent 67e6886083
commit d69c57942c
3 changed files with 4 additions and 11 deletions

View File

@@ -2000,11 +2000,7 @@ void vcurhide() {
void vcurshow() {
if(__vcurhidden) {
#if defined(__USE_NCURSES__)
curs_set(gvid->curr.cursor.end ? 2 : 1);
#else
vcurset(gvid->curr.cursor.start, gvid->curr.cursor.end);
#endif
__vcurhidden = false;
}
}