Changeset 520 for trunk/src/gui/gui_ascii_renderer.cc
- Timestamp:
- 10/03/16 17:45:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/gui/gui_ascii_renderer.cc
r514 r520 98 98 m_terminal->print( abs.ll(), er->border_color, term_color(), er->border_chars[6] ); 99 99 m_terminal->print( abs.lr, er->border_color, term_color(), er->border_chars[7] ); 100 m_terminal->update();100 //m_terminal->update(); 101 101 } 102 102 if ( !e->m_text.empty() )
Note: See TracChangeset
for help on using the changeset viewer.