From: Takashi Yano <takashi.yano@nifty.ne.jp>
To: cygwin@cygwin.com
Subject: Re: TIOCPKT mode of PTY is broken if ONLCR bit is cleared.
Date: Wed, 25 Mar 2015 12:41:00 -0000 [thread overview]
Message-ID: <20150325202046.f6b6f40c0245145760d72391@nifty.ne.jp> (raw)
In-Reply-To: <20150323100823.GE3017@calimero.vinschen.de>
Hi Corinna,
On Mon, 23 Mar 2015 11:08:23 +0100
Corinna Vinschen <corinna-cygwin@cygwin.com> wrote:
> With this out of the way, I'm just looking through your patch and it
> looks good to me. I have only a few minor style nits:
>
> + rc ++;
>
> No space between the variable and the increment operator, please.
>
> + if ((get_ttyp ()->ti.c_oflag & ONOCR) && get_ttyp ()->column == 0)
>
> Please try to keep lines <= 80 chars:
>
> + if ((get_ttyp ()->ti.c_oflag & ONOCR)
> + && get_ttyp ()->column == 0)
Thank you for checking my patch.
> However, due to the changes in fhandler_tty.cc, this patch doesn't
> apply cleanly anymore. Any chance you could resend it (ideally to the
> cygwin-patches ML) diff'ed against git HEAD?
I will post a revised patch to cygwin-patches ML soon.
Thank you in advance.
--
Takashi Yano <takashi.yano@nifty.ne.jp>
--
Problem reports: http://cygwin.com/problems.html
FAQ: http://cygwin.com/faq/
Documentation: http://cygwin.com/docs.html
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
prev parent reply other threads:[~2015-03-25 11:20 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-02-28 12:16 Takashi Yano
2015-02-28 17:02 ` Corinna Vinschen
2015-03-02 12:05 ` Takashi Yano
2015-03-02 14:27 ` Corinna Vinschen
2015-03-05 10:53 ` Takashi Yano
2015-03-05 12:47 ` Corinna Vinschen
2015-03-18 15:16 ` Corinna Vinschen
2015-03-18 16:27 ` Bengt-Arne Fjellner
2015-03-18 18:46 ` Corinna Vinschen
2015-03-18 23:22 ` Takashi Yano
2015-03-19 8:36 ` Corinna Vinschen
2015-03-20 19:21 ` Corinna Vinschen
2015-03-20 19:44 ` Eric Blake
2015-03-20 21:22 ` Corinna Vinschen
2015-03-21 2:14 ` Takashi Yano
2015-03-23 16:39 ` Corinna Vinschen
2015-03-24 15:07 ` Corinna Vinschen
2015-03-25 12:41 ` Takashi Yano [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=20150325202046.f6b6f40c0245145760d72391@nifty.ne.jp \
--to=takashi.yano@nifty.ne.jp \
--cc=cygwin@cygwin.com \
/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 read-only IMAP folder(s) and NNTP newsgroup(s).