digitalmars.D.bugs - [Issue 2413] New: getche differs from getch unexpectedly
- d-bugmail puremagic.com (17/17) Oct 10 2008 http://d.puremagic.com/issues/show_bug.cgi?id=2413
- d-bugmail puremagic.com (13/13) May 24 2011 http://d.puremagic.com/issues/show_bug.cgi?id=2413
- d-bugmail puremagic.com (11/11) May 25 2011 http://d.puremagic.com/issues/show_bug.cgi?id=2413
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 digitalmars.com
ReportedBy: jason 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.
--
Oct 10 2008
http://d.puremagic.com/issues/show_bug.cgi?id=2413
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |andrej.mitrovich gmail.com
Resolution| |INVALID
22:32:04 PDT ---
These symbols don't exist anymore. They were probably C functions anyway. RTFM!
:)
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 24 2011
http://d.puremagic.com/issues/show_bug.cgi?id=2413
Andrej Mitrovic <andrej.mitrovich gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |
07:20:24 PDT ---
Fixing my closing mistakes. Sorry for the noise.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
May 25 2011









d-bugmail puremagic.com 