~larryprice/acolyterm/release-0.1

« back to all changes in this revision

Viewing changes to src/plugin/qmltermwidget/lib/Emulation.cpp

  • Committer: Larry Price
  • Date: 2016-06-15 14:47:59 UTC
  • Revision ID: larry.price@canonical.com-20160615144759-6wopn0gxwgta3x1n
Updating QMLTermWidget and removing unnecessary konsole codebase

Show diffs side-by-side

added added

removed removed

Lines of Context:
296
296
  _currentScreen->writeLinesToStream(_decoder,startLine,endLine);
297
297
}
298
298
 
 
299
void Emulation::writeToStream( TerminalCharacterDecoder* _decoder)
 
300
{
 
301
  _currentScreen->writeLinesToStream(_decoder, 0, _currentScreen->getHistLines());
 
302
}
 
303
 
299
304
int Emulation::lineCount() const
300
305
{
301
306
    // sum number of lines currently on _screen plus number of lines in history