Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | returning in the child process is a very bad idea! | Rich Felker | 2006-10-23 | 1 | -1/+1 |
| | |||||
* | get prototypes for pty functions (needed on 64bit for ptsname!) | Rich Felker | 2006-10-06 | 1 | -0/+2 |
| | |||||
* | use $SHELL | Rich Felker | 2006-10-05 | 1 | -1/+5 |
| | |||||
* | first working version of uuterm! | Rich Felker | 2006-10-03 | 1 | -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. ^_^ |