Skip to content

Small changes to STL and qBound

Carlos Alves requested to merge carlosbalves/konsole:smallSTL into master

Where it was possible:

  • 'For' to STL copy or fill (it is like using memcpy and memset, faster than for, the compiler decides the best algorithm to perform the task);
  • qMin(qMax) to qBound.

Changes in: Screen, TeminalDisplay, TerminalColor and CompactHistoryLine

Merge request reports