Home
last modified time | relevance | path

Searched refs:MSG_SET_CURSOR_STYLE (Results 1 – 3 of 3) sorted by relevance

/haiku/src/apps/terminal/
H A DTerminalBuffer.cpp257 BMessage message(MSG_SET_CURSOR_STYLE); in SetCursorStyle()
269 BMessage message(MSG_SET_CURSOR_STYLE); in SetCursorBlinking()
280 BMessage message(MSG_SET_CURSOR_STYLE); in SetCursorHidden()
H A DTermConst.h94 static const uint32 MSG_SET_CURSOR_STYLE = 'mscs'; variable
H A DTermView.cpp1926 case MSG_SET_CURSOR_STYLE: in MessageReceived()