comparison src/stable-octave-3-termfocus.patch @ 3574:37d705830a35

stable-octave: Add patch for terminal cursor from stable branch. * src/stable-octave-3-termfocus.patch: New file * dist-files.mk: Add stable-octave-3-termfocus.patch to dist files.
author John Donoghue <john.donoghue@ieee.org>
date Sat, 05 Apr 2014 07:33:41 -0400
parents
children
comparison
equal deleted inserted replaced
3573:da8c477d3041 3574:37d705830a35
1 diff -r 3283ce934648 libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp
2 --- a/libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp Fri Apr 04 11:40:40 2014 -0700
3 +++ b/libgui/qterminal/libqterminal/win32/QWinTerminalImpl.cpp Fri Apr 04 20:38:10 2014 -0400
4 @@ -267,9 +267,9 @@
5 //////////////////////////////////////////////////////////////////////////////
6
7 QConsolePrivate::QConsolePrivate (QWinTerminalImpl* parent, const QString& cmd)
8 - : q (parent), m_command (cmd), m_hasBlinkingCursor (true),
9 - m_cursorType (BlockCursor), m_beginSelection (0, 0),
10 - m_endSelection (0, 0), m_settingSelection (false),
11 + : q (parent), m_command (cmd), m_cursorBlinking (false),
12 + m_hasBlinkingCursor (true), m_cursorType (BlockCursor),
13 + m_beginSelection (0, 0), m_endSelection (0, 0), m_settingSelection (false),
14 m_process (NULL), m_inWheelEvent (false)
15 {
16 log (NULL);