You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Andrew Lee (李健秋)
33ac93602c
|
10 years ago | |
---|---|---|
.. | ||
color-schemes | 10 years ago | |
designer | 10 years ago | |
kb-layouts | 10 years ago | |
BlockArray.cpp | 10 years ago | |
BlockArray.h | 10 years ago | |
Character.h | 10 years ago | |
CharacterColor.h | 10 years ago | |
ColorScheme.cpp | 10 years ago | |
ColorScheme.h | 10 years ago | |
ColorTables.h | 10 years ago | |
DefaultTranslatorText.h | 10 years ago | |
Emulation.cpp | 10 years ago | |
Emulation.h | 10 years ago | |
ExtendedDefaultTranslator.h | 10 years ago | |
Filter.cpp | 10 years ago | |
Filter.h | 10 years ago | |
History.cpp | 10 years ago | |
History.h | 10 years ago | |
HistorySearch.cpp | 10 years ago | |
HistorySearch.h | 10 years ago | |
KeyboardTranslator.cpp | 10 years ago | |
KeyboardTranslator.h | 10 years ago | |
LineFont.h | 10 years ago | |
LineFont.src | 10 years ago | |
Pty.cpp | 10 years ago | |
Pty.h | 10 years ago | |
README | 10 years ago | |
Screen.cpp | 10 years ago | |
Screen.h | 10 years ago | |
ScreenWindow.cpp | 10 years ago | |
ScreenWindow.h | 10 years ago | |
SearchBar.cpp | 10 years ago | |
SearchBar.h | 10 years ago | |
SearchBar.ui | 10 years ago | |
Session.cpp | 10 years ago | |
Session.h | 10 years ago | |
ShellCommand.cpp | 10 years ago | |
ShellCommand.h | 10 years ago | |
TerminalCharacterDecoder.cpp | 10 years ago | |
TerminalCharacterDecoder.h | 10 years ago | |
TerminalDisplay.cpp | 10 years ago | |
TerminalDisplay.h | 10 years ago | |
Vt102Emulation.cpp | 10 years ago | |
Vt102Emulation.h | 10 years ago | |
default.keytab | 10 years ago | |
konsole_wcwidth.cpp | 10 years ago | |
konsole_wcwidth.h | 10 years ago | |
kprocess.cpp | 10 years ago | |
kprocess.h | 10 years ago | |
kpty.cpp | 10 years ago | |
kpty.h | 10 years ago | |
kpty_p.h | 10 years ago | |
kptydevice.cpp | 10 years ago | |
kptydevice.h | 10 years ago | |
kptyprocess.cpp | 10 years ago | |
kptyprocess.h | 10 years ago | |
qtermwidget.cpp | 10 years ago | |
qtermwidget.h | 10 years ago | |
tools.cpp | 10 years ago | |
tools.h | 10 years ago |
README
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.