MCPcopy Create free account
hub / github.com/KangLin/RabbitRemoteControl / SetCursorShape

Method SetCursorShape

Src/Terminal/ParameterTerminal.cpp:254–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

252}
253
254void CParameterTerminal::SetCursorShape(Konsole::Emulation::KeyboardCursorShape newCursorShape)
255{
256 if(m_CursorShape == newCursorShape)
257 return;
258 m_CursorShape = newCursorShape;
259 SetModified(true);
260}
261
262const QString &CParameterTerminal::GetColorScheme() const
263{

Callers 1

AcceptMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected