Files
qmltermwidget/lib
Daniel O'Neill c462053b34 scrollToEnd() method provided to trigger 'snapping' the terminal to cursor tracked position (typically the extreme value of the scrollbar, or the 'end')
Some signal-fu particular to keyPressEvent(QKeyEvent *) done to make the above usable, no existing dependent implementations should be disturbed by this.
2011-12-10 21:52:16 -07:00
..
2010-11-12 22:51:59 +01:00
2010-10-01 16:08:52 +02:00
2010-10-25 16:34:14 +02:00
2011-07-07 16:50:22 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 16:08:52 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 16:08:52 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 15:54:31 +02:00
2010-10-01 16:08:52 +02:00
2010-10-25 16:34:14 +02:00
2011-09-25 15:29:15 +02:00

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.