summaryrefslogtreecommitdiff
path: root/src/terminal.c
AgeCommit message (Collapse)AuthorFilesLines
2014-06-16Re-init terminal when awaking from ^ZLars-Dominik Braun1-45/+22
And simplify code that nobody touched in a long long time… Fixes input issues reported in #458.
2011-12-23Fix warnings found by -Wmissing-declarationsLars-Dominik Braun1-0/+2
2011-07-14Defined _DARWIN_C_SOURCELars-Dominik Braun1-0/+1
Required to expose non-standard functions. Closes #138
2011-07-11Disable feature test macros on FreeBSDEitan Adler1-0/+2
Closes #136
2010-12-27Change my email addressLars-Dominik Braun1-1/+1
Again. And hopefully the last time.
2010-01-21It's 2010 now.Lars-Dominik Braun1-1/+1
2009-09-08C99 conformanceLars-Dominik Braun1-2/+5
2009-07-02Enable echoing on early return, tooLars-Dominik Braun1-0/+15
See commit a6c521fecd91867c6e184106f4e63445d1cb158a
2009-01-20It's 2009 nowLars-Dominik Braun1-1/+2
Update copyright notices, add my email address, but don't change libwardrobe (I'm not maintaining it anymore)
2008-06-23client: Use function prefix "Bar"Lars-Dominik Braun1-2/+2
2008-06-17Removed @author and @added as they are tracked by gitLars-Dominik Braun1-4/+0
2008-06-15client: Removed unneeded debugging printf's; some more documentation for ↵Lars-Dominik Braun1-0/+11
functions
2008-06-15client: Config file added, not yet documentedLars-Dominik Braun1-0/+50
Some restructuring was necessary too.