svn path=/trunk/kdebase/konsole/; revision=38526
wilder-portage
Lars Doelle 27 years ago
parent bae44a65d0
commit 9a3706c215
  1. 10
      src/TEShell.C

@ -29,12 +29,6 @@
\par FIXME
NOTE that this module is part of a program and not a dump for
obsolete tty interfaces. The opening sequence can be reduced to
three or four lines, and, yes, i may do this on a regular basis.
\par FIXME
[NOTE: much of the technical stuff below will be replaced by forkpty.]
publish the SIGCHLD signal if not related to an instance.
@ -60,6 +54,10 @@
There's a sinister ioctl(2), signal(2) and job control stuff
nessesary to make everything work as it should.
Much of the stuff can be simplified by using openpty from glibc2.
Compatibility issues with obsolete installations and other unixes
my prevent this.
*/
#ifdef HAVE_CONFIG_H

Loading…
Cancel
Save