Re: xterm loses data (pty regression)

From: Artur Skawina
Date: Mon Aug 10 2009 - 19:13:07 EST


Artur Skawina wrote:
>Linus Torvalds wrote:
>>
>> static int pty_write_room(struct tty_struct *tty)
>> {
>> + if (tty->stopped)
>> + return 0;
>> return pty_space(tty->link);
>> }
>
> w/ this, the pty writes now block again after ^Q, and the data loss is gone.

What i meant was "...pty writes now block again after ^S...", sorry.

artur
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/