comparison libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp @ 19628:fe689210525c gui-release

maint: Periodic merge of stable to gui-release.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:05:42 -0500
parents 6e81b59d657c 446c46af4b42
children 0e1f5a750d00
comparison
equal deleted inserted replaced
19624:6d75f1683ce8 19628:fe689210525c
149 m_terminalView->setBlinkingCursor(blinking); 149 m_terminalView->setBlinkingCursor(blinking);
150 } 150 }
151 151
152 // FIXME -- not sure how to make these work properly given the way the 152 // FIXME -- not sure how to make these work properly given the way the
153 // Unix terminal handles colors. 153 // Unix terminal handles colors.
154 void QUnixTerminalImpl::setBackgroundColor (const QColor& color) 154 void QUnixTerminalImpl::setBackgroundColor (const QColor& color)
155 { 155 {
156 ColorEntry cols[TABLE_COLORS]; 156 ColorEntry cols[TABLE_COLORS];
157 157
158 const ColorEntry * curr_cols = m_terminalView->colorTable(); 158 const ColorEntry * curr_cols = m_terminalView->colorTable();
159 for(int i=0;i<TABLE_COLORS;i++) 159 for(int i=0;i<TABLE_COLORS;i++)
160 { 160 {