lkml.org 
[lkml]   [2009]   [Aug]   [10]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: xterm loses data (pty regression)
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


\
 
 \ /
  Last update: 2009-08-11 01:15    [W:0.068 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site