Details
-
Improvement
-
Resolution: Unresolved
-
Major
-
None
-
None
Description
We still lack few conio CRT functions:
- _cgetws : https://msdn.microsoft.com/en-us/library/3197776x.aspx
- _cgetws_s : https://msdn.microsoft.com/en-us/library/tz00x758.aspx
- _cputws : https://msdn.microsoft.com/en-us/library/3w2s47z0.aspx
- _getwch : https://msdn.microsoft.com/en-us/library/078sfkak.aspx
- _getwche : https://msdn.microsoft.com/en-us/library/kswce429.aspx
- _putwch : https://msdn.microsoft.com/en-us/library/azb6c04e.aspx
- _ungetwch : https://msdn.microsoft.com/en-us/library/yezzac74.aspx
(and the *_nolock versions optionally).
Some other functions like:
- kbhit
- getch
may not be fully MS-CRT compliant.
Extra references for myself:
http://svn.reactos.org/svn/reactos?view=revision&revision=63223
http://svn.reactos.org/svn/reactos?view=revision&revision=57747
Attachments
Issue Links
- blocks
-
CORE-7876 CRT: kbhit-getch combo call doesn't act like MS msvcrt
- Open
-
CORE-8028 Cannot run Python MinGW build (_getwch* missing)
- Open
-
CORE-12021 Qt creator did not start
- Resolved
-
CORE-8546 [crt] conio code formatting
- Resolved
- is blocked by
-
CORE-6362 cmd ftp infinite loop after Ctrl+Z
- Open
- relates to
-
CORE-6573 msvcrt: Missing NULL checks
- Resolved