From: alan@lxorguk.ukuu.org.uk (Alan Cox)
To: kernelnewbies@lists.kernelnewbies.org
Subject: tty driver
Date: Tue, 1 May 2012 00:30:37 +0100 [thread overview]
Message-ID: <20120501003037.0fd545b8@pyramind.ukuu.org.uk> (raw)
In-Reply-To: <CALyraeMbrFy6v-n=kFJBvxBNqB7eFVCPeBfjTNvg32rCBk8ynw@mail.gmail.com>
On Mon, 30 Apr 2012 14:17:30 -0400
Sri Ram Vemulpali <sri.ram.gmu06@gmail.com> wrote:
> Hello All,
>
> I am working on paging feature on tty, pty outputting. Is there anyway
> I can do paging output at tty drivers by way of setting some options
> using ioctl or ....
Things like page dimensions and escape code management are userspace
handled in Linux. If you must fake it via a tty then I'd suggest you
write a pty/tty using app, if not then pipe it through more.
For the former case a simple expect script should do it.
prev parent reply other threads:[~2012-04-30 23:30 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-04-30 18:17 tty driver Sri Ram Vemulpali
2012-04-30 23:30 ` Alan Cox [this message]
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=20120501003037.0fd545b8@pyramind.ukuu.org.uk \
--to=alan@lxorguk.ukuu.org.uk \
--cc=kernelnewbies@lists.kernelnewbies.org \
/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.
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).