NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: lib/57867: Why does cbreak or raw affect terminal output differently?



The following reply was made to PR lib/57867; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: blymn%netbsd.org@localhost
Subject: Re: lib/57867: Why does cbreak or raw affect terminal output
 differently?
Date: Wed, 24 Jan 2024 00:57:27 +0000 (UTC)

 On Tue, 23 Jan 2024, Brett Lymn wrote:
 
 > It should, see:
 >
 > https://pubs.opengroup.org/onlinepubs/7908799/xcurses/intov.html#tag_001_005_002
 >
 > the termios settings are different between raw and cbreak, see the function
 > _cursesi_gettmode in tty.c which defines the mode.
 >
 
 Thanks for the link, but, that seems to be talking about curses
 behaviour re: input mode; but, for output, does curses behave
 differently between cbreak() and raw()? If yes, what are the
 differences in behaviour?
 
 -RVP
 


Home | Main Index | Thread Index | Old Index