This is the mail archive of the ecos-bugs@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 1001477] TERMIOS does not completely respect OPOST


Please do not reply to this email. Use the web interface provided at:
http://bugs.ecos.sourceware.org/show_bug.cgi?id=1001477

--- Comment #1 from Adam Gregory <adam.gregory@roke.co.uk> 2012-02-08 15:00:25 GMT ---
Sorry, I meant I think the condition should be:

if ( (*buf == '\n') && ((priv->termios.c_oflag & (OPOST|ONLCR)) ==
(OPOST|ONLCR)) )

Cheers,
Adam

-- 
Configure bugmail: http://bugs.ecos.sourceware.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]