[Issue 2413] New: getche differs from getch unexpectedly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri Oct 10 08:18:58 PDT 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2413
Summary: getche differs from getch unexpectedly
Product: D
Version: 1.032
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: Phobos
AssignedTo: bugzilla at digitalmars.com
ReportedBy: jason at spashett.com
calling std.stdio.getch returns a character from the keyboard when pressed.
calling std.stdio.getche only returns a character from the keyboard after the
enter key is pressed.
Given the naming convention I was not expecting this.
--
More information about the Digitalmars-d-bugs
mailing list