Home
last modified time | relevance | path

Searched refs:dontDrawCursor (Results 1 – 2 of 2) sorted by relevance

/external/libvncserver/vncterm/
DVNConsole.c69 if(!c->dontDrawCursor) in vcMakeSureCursorIsDrawn()
99 c->dontDrawCursor=FALSE; in vcGetConsole()
158 c->dontDrawCursor=TRUE; in vcScroll()
188 c->dontDrawCursor=FALSE; in vcScroll()
DVNConsole.h52 rfbBool dontDrawCursor; /* for example, while scrolling */ member