Changeset 487 for trunk/src/core/ascii_printer.cc
- Timestamp:
- 03/08/16 08:05:51 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/ascii_printer.cc
r486 r487 20 20 for ( char c : text ) 21 21 { 22 m_terminal->print( coord, color, static_cast<unsigned char>( c ));22 m_terminal->print( coord, color, c ); 23 23 ++coord.x; 24 24 if ( coord.x >= m_terminal->get_size().x ) break;
Note: See TracChangeset
for help on using the changeset viewer.