Searched refs:cursorVisible (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tools/html5_remote_desktop/
H A DHaikuRemoteDesktop.js1799 this.cursorVisible = true;
1944 this.cursorVisible = remoteMessage.dataView.readUint8();
1947 = this.cursorVisible ? 'visible' : 'hidden';
2057 if (!this.cursorVisible || !this.cursorCanvas)
/haiku/src/apps/terminal/
H A DTermView.cpp1174 bool cursorVisible = _IsCursorVisible(); local
1176 if (cursorVisible) {
1193 && (fCursorStyle == BLOCK_CURSOR || !cursorVisible)) {
1202 width, highlight, cursorVisible, this);
1206 else if (cursorVisible)

Completed in 53 milliseconds