f3dab2391b
CSI S escape sequence (SU, scroll up) ignored if number of lines to scroll bigger than scrollable lines REVIEW: https://git.reviewboard.kde.org/r/130133 BUG: https://bugs.kde.org/379318 (cherry-picked from commit 7ff23512fd6c6af1dba87083446f85baf75e9c71)
lib.pro is a *.pro-file for qmake It produces static lib (libqtermwidget.a) only. For creating shared lib (*.so) uncomment "dll" in "CONFIG" line in *.pro-file Library was tested both with HAVE_POSIX_OPENPT and HAVE_GETPT precompiler directives, defined in "DEFINES" line. You should select variant which would be correct for your system.