zsh-workers
 help / color / mirror / code / Atom feed
From: "Bart Schaefer" <schaefer@brasslantern.com>
To: zsh-workers@sunsite.dk (Zsh hackers list)
Subject: Re: PATCH: Poll tty before selecting on Solaris
Date: Sat, 22 Feb 2003 23:50:16 +0000	[thread overview]
Message-ID: <1030222235017.ZM10749@candle.brasslantern.com> (raw)
In-Reply-To: <24638.1045249035@csr.com>

On Feb 14,  6:57pm, Peter Stephenson wrote:
}
} This extravaganza is necessary on Solaris when you use select() with the
} terminal and there is already typeahead --- it doesn't see it, you need
} to use a read with the termios poll mechanism.

It's been quite a while since I worked with Solaris, but I suspect this
has to do with the STREAMS-based tty driver.  Typeahead that has already
been buffered by the stream object is invisible to select().

There might be a tty mode setting to make the input stream unbuffered that
would avoid the need to poll().  Note this isn't related to stdio buffers,
so setbuf() et al. probably isn't going to have any effect on it.


  reply	other threads:[~2003-02-22 22:51 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-02-14 18:57 Peter Stephenson
2003-02-22 23:50 ` Bart Schaefer [this message]
2003-02-25 13:50   ` Peter Stephenson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1030222235017.ZM10749@candle.brasslantern.com \
    --to=schaefer@brasslantern.com \
    --cc=zsh-workers@sunsite.dk \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).