summaryrefslogtreecommitdiff
path: root/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* returning in the child process is a very bad idea!Rich Felker2006-10-231-1/+1
|
* get prototypes for pty functions (needed on 64bit for ptsname!)Rich Felker2006-10-061-0/+2
|
* use $SHELLRich Felker2006-10-051-1/+5
|
* first working version of uuterm!Rich Felker2006-10-031-0/+63
- at this point it is purely experimental. only ascii characters are visible (using builtin font) although all characters are processed. - there are known bugs, including crashes. - there are major missing features. - but it works. ^_^