posixc.library: implement switching on/off canonical mode for terminal.
commitdf1ab4d2d96a444a6317d03c1b2e5a19919aa742
authordeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 14 Aug 2016 18:56:36 +0000 (14 18:56 +0000)
committerdeadwood <deadwood@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Sun, 14 Aug 2016 18:56:36 +0000 (14 18:56 +0000)
treee047ada5c657ea4ec5cb6d960d1d04d302f7c8ab
parentd828f48cfa2207e1acea4dc20acaf839122e5852
posixc.library: implement switching on/off canonical mode for terminal.

Non-canonical mode maps to RAW mode of console-handler.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@52860 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/posixc/__fdesc.h
compiler/posixc/tcgetattr.c
compiler/posixc/tcsetattr.c