Bas Couwenberg
dfebb5a419
Add support for GNU/Hurd to kpty.cpp.
...
The GNU/Hurd porting guidelines document the following:
"
Missing termio.h
Change it to use termios.h (check for it properly with autoconf
HAVE_TERMIOS_H or the __GLIBC__ macro)
Also, change calls to ioctl(fd, TCGETS, ...) and ioctl(fd, TCSETS, ...)
with tcgetattr(fd, ...) and tcsetattr(fd, ...).
"
https://www.gnu.org/software/hurd/hurd/porting/guidelines.html#Missing_termio_h_tt_
2016-05-14 17:41:10 +02:00
Alf Gaida
798e46747b
fixes kfreebsd builds on debian and derivatives
2016-05-14 03:34:40 +02:00
Petr Vanek
5d3ef34cc2
fixed #11 compile against Qt 5 (Qt4 and Qt5 supported and waguely tested)
2014-04-11 21:28:52 +02:00
Petr Vanek
6ad5d7070a
merge changes from the experimental "bundle" repository
2011-06-22 13:12:21 +02:00
Petr Vanek
4183368397
code reformatted after resync
2010-10-25 16:34:14 +02:00
Petr Vanek
b5a79e17aa
patches to build on BSD by Christopher VdoP
2010-10-18 20:49:53 +02:00
Petr Vanek
520661ab6f
Merge branch 'master' of file:///export/home/pvanek/oss/qterm/merge/qtermwidget
...
Conflicts:
lib/BlockArray.cpp
lib/BlockArray.h
lib/CMakeLists.txt
lib/Character.h
lib/CharacterColor.h
lib/Emulation.cpp
lib/Emulation.h
lib/Filter.cpp
lib/Filter.h
lib/History.cpp
lib/History.h
lib/KeyboardTranslator.cpp
lib/KeyboardTranslator.h
lib/Pty.cpp
lib/Pty.h
lib/Screen.cpp
lib/Screen.h
lib/ScreenWindow.cpp
lib/ScreenWindow.h
lib/Session.cpp
lib/Session.h
lib/ShellCommand.cpp
lib/ShellCommand.h
lib/TerminalCharacterDecoder.cpp
lib/TerminalCharacterDecoder.h
lib/TerminalDisplay.cpp
lib/TerminalDisplay.h
lib/Vt102Emulation.cpp
lib/Vt102Emulation.h
lib/k3process.cpp
lib/k3process.h
lib/k3processcontroller.cpp
lib/k3processcontroller.h
lib/konsole_wcwidth.cpp
lib/konsole_wcwidth.h
lib/kpty.cpp
lib/kpty.h
lib/kpty_p.h
lib/qtermwidget.cpp
lib/qtermwidget.h
2010-10-04 11:29:18 +02:00
Petr Vanek
25661234c0
K&R formatting
2010-10-01 16:08:52 +02:00
Petr Vanek
57fd23bf39
K&R formatting
2010-10-01 16:08:14 +02:00
Petr Vanek
88b5a11bb4
merge with qscite
2010-10-01 15:54:31 +02:00
Petr Vanek
fea7016206
port to macosx
2010-09-13 12:14:00 +02:00
Petr Vanek
2d6c2b82b7
initial import
2010-09-11 10:50:46 +02:00