Mercurial > hg > octave-lyh
diff gui/src/terminal/TerminalDisplay.cpp @ 13516:d53287c44e5a
Removed BlockArray class from Konsole code.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Tue, 19 Jul 2011 13:17:18 +0200 |
parents | 7eb8cd35454c |
children | d3bede98d798 |
line wrap: on
line diff
--- a/gui/src/terminal/TerminalDisplay.cpp +++ b/gui/src/terminal/TerminalDisplay.cpp @@ -540,7 +540,7 @@ if (_blinking && (style->rendition & RE_BLINK)) return; - // setup bold and underline + // setup boldJ and underline bool useBold; ColorEntry::FontWeight weight = style->fontWeight (_colorTable); if (weight == ColorEntry::UseCurrentFormat)