comparison libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp @ 18634:5b6901b06106 gui-release

maint: Periodic merge of stable to gui-release.
author Rik <rik@octave.org>
date Sun, 06 Apr 2014 13:37:23 -0700
parents 6e81b59d657c 6535cb2b8e23
children 41489b96ebca
comparison
equal deleted inserted replaced
18631:c7df983b003a 18634:5b6901b06106
267 } 267 }
268 268
269 ////////////////////////////////////////////////////////////////////////////// 269 //////////////////////////////////////////////////////////////////////////////
270 270
271 QConsolePrivate::QConsolePrivate (QWinTerminalImpl* parent, const QString& cmd) 271 QConsolePrivate::QConsolePrivate (QWinTerminalImpl* parent, const QString& cmd)
272 : q (parent), m_command (cmd), m_hasBlinkingCursor (true), 272 : q (parent), m_command (cmd), m_cursorBlinking (false),
273 m_cursorType (BlockCursor), m_beginSelection (0, 0), 273 m_hasBlinkingCursor (true), m_cursorType (BlockCursor),
274 m_endSelection (0, 0), m_settingSelection (false), 274 m_beginSelection (0, 0), m_endSelection (0, 0), m_settingSelection (false),
275 m_process (NULL), m_inWheelEvent (false) 275 m_process (NULL), m_inWheelEvent (false)
276 { 276 {
277 log (NULL); 277 log (NULL);
278 278
279 // Possibly detach from any existing console 279 // Possibly detach from any existing console