summaryrefslogtreecommitdiffstats
path: root/src/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* tty output - move fd to the config structJiri Olsa2011-05-291-4/+13
| | | | | moving tty fd into the config struct, since it's better fit and it's needed for error simulation, which is comming in shortly
* adding OUTPUT_TTY config file optionJiri Olsa2011-05-051-0/+137
- added OUTPUT_TTY config file option it is possible to catch traced program tty output and storing it to the configured file (0/1/2 descriptors are monitored) - added automated test for the option - refactoring process method a bit - disabling connection between -R and -q options