www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 2413] New: getche differs from getch unexpectedly

reply d-bugmail puremagic.com writes:
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
next sibling parent d-bugmail puremagic.com writes:
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
prev sibling parent d-bugmail puremagic.com writes:
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