summaryrefslogtreecommitdiff
path: root/src/terminal.h
AgeCommit message (Collapse)AuthorFilesLines
2017-03-25Switch to #pragma onceLars-Dominik Braun1-3/+1
2014-06-16Re-init terminal when awaking from ^ZLars-Dominik Braun1-4/+2
And simplify code that nobody touched in a long long timeā€¦ Fixes input issues reported in #458.
2014-04-22Fix include guardsLars-Dominik Braun1-3/+3
Macros starting with _ are reserved (see http://www.gnu.org/software/libc/manual/html_node/Reserved-Names.html). Fixes #440.
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/+2
2009-07-02Enable echoing on early return, tooLars-Dominik Braun1-2/+4
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-15client: Config file added, not yet documentedLars-Dominik Braun1-0/+29
Some restructuring was necessary too.