comparison libgui/qterminal/libqterminal/unix/QUnixTerminalImpl.cpp @ 19630:0e1f5a750d00

maint: Periodic merge of gui-release to default.
author John W. Eaton <jwe@octave.org>
date Tue, 20 Jan 2015 10:24:46 -0500
parents a25bbe8c954c fe689210525c
children bd1369a2a651
comparison
equal deleted inserted replaced
19626:37d37297acf8 19630:0e1f5a750d00
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 {