summaryrefslogtreecommitdiff
path: root/tty.c
AgeCommit message (Collapse)AuthorLines
2006-10-23returning in the child process is a very bad idea!Rich Felker-1/+1
2006-10-06get prototypes for pty functions (needed on 64bit for ptsname!)Rich Felker-0/+2
2006-10-05use $SHELLRich Felker-1/+5
2006-10-03first working version of uuterm!Rich Felker-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. ^_^