From: <cutaway@bellsouth.net>
To: linux-console@vger.kernel.org
Subject: Re: VT102 emulation code observations -- vt.c (in older kernels console.c)
Date: Tue, 17 May 2005 03:13:16 -0400 [thread overview]
Message-ID: <000801c55ab0$0421e000$2800000a@pc365dualp2> (raw)
In-Reply-To: 00b301c55a9a$ce7e6320$2800000a@pc365dualp2
CORRECTION: There's a typo in original post.
> #define CURRENT_VCON_DATA_PTR &vc_cons[currcons].d
should be:
#define CURRENT_VCON_DATA_PTR vc_cons[currcons].d
"d" is a pointer to the vcon structure, not the structure itself.
prev parent reply other threads:[~2005-05-17 7:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-05-17 4:42 VT102 emulation code observations -- vt.c (in older kernels console.c) cutaway
2005-05-17 7:13 ` cutaway [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='000801c55ab0$0421e000$2800000a@pc365dualp2' \
--to=cutaway@bellsouth.net \
--cc=linux-console@vger.kernel.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).