Ignore:
Timestamp:
Aug 10, 2000, 6:54:23 PM (25 years ago)
Author:
phaller
Message:

.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/conin.cpp

    r3976 r3978  
    1 /* $Id: conin.cpp,v 1.10 2000-08-10 02:19:53 phaller Exp $ */
     1/* $Id: conin.cpp,v 1.11 2000-08-10 16:54:23 phaller Exp $ */
    22
    33/*
     
    166166            switch (InputRecord.Event.KeyEvent.uChar.AsciiChar)
    167167            {
     168              case 0x00:
     169                // Ascii values of 0x00 are sent e.g. for SHIFT-DOWN
     170                // key events, etc.
     171                break;
     172             
    168173              case 0x03: // ctrl-c is filtered!
    169174                // @@@PH we're supposed to call a ctrl-c break handler here!
Note: See TracChangeset for help on using the changeset viewer.