aboutsummaryrefslogtreecommitdiffstats
path: root/tty.c
Commit message (Collapse)AuthorAgeFilesLines
* properly handle when tty writes block; fixes possible lock-up introduced byGustav Hållberg2009-01-161-2/+21
| | | | 277a06dbb45f4f249bb3f09d524ae064c842b7c5
* cleaned up #option code and added '#option list'Gustav Hållberg2009-01-161-1/+3
|
* fixed tty_raw_write to take a size_t length instead of intGustav Hållberg2009-01-161-3/+1
|
* manually buffer data written to tty with USE_LOCALE; this fixesGustav Hållberg2009-01-161-13/+72
| | | | buffering problems for some platforms
* fixed some compilation warningsGustav Hållberg2009-01-161-8/+9
|
* A patch that fixes a problem with not restoring the fcntlSteve Slaven2006-01-311-1/+9
| | | | | | | | | | flags for stdout before running a #! command. To trigger the bug in 1.2.9, just type "#! cat" and cat will die with EAGAIN. Patch by Dain
* Wide character (locale) support from Dain, changed output of the compiledSteve Slaven2005-03-211-1/+151
| | | | | options line since there are more compile time options now
* Convert all `' to "" as per the powwow-1.2.6-dain patch. Note I did not applySteve Slaven2005-03-211-2/+2
| | | | | | the patch since 1.2.7 has some differences to 1.2.5 with regard to command handling and things, so I'm applying the diff parts by hand mostly
* Initial revisionv1.2.7Steve Slaven2005-03-121-0/+774