Vanders The Knights of Syllable
Joined: 14 Sep 2007 Posts: 830
|
Posted: Thu Oct 29, 2009 2:11 pm Post subject: 0.6.7: Aterm should use openpty() |
|
|
| Not a bug as such but aterm, being veteran code at this point, still uses a very old fashioned method to find and create the PTYs used by the application running in the Terminal (I.e. bash). Since around Glibc 2.5 we have had much improved terminal (TTY/PTY) support including proper openpty() support: aterm should be updated to use the correct POSIX interface instead of doing everything "manually". |
|