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

/haiku/src/apps/terminal/
H A DTermView.h298 int fCursorStyle; member in class:TermView
H A DTermView.cpp295 fCursorStyle = BLOCK_CURSOR;
845 fCursorStyle = PrefHandler::Default() == NULL ? BLOCK_CURSOR
1177 switch (fCursorStyle) {
1193 && (fCursorStyle == BLOCK_CURSOR || !cursorVisible)) {
1224 if (attr.IsWidth() && fCursorStyle != IBEAM_CURSOR)
1930 fCursorStyle = style;

Completed in 84 milliseconds