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