Changeset 4217

Show
Ignore:
Timestamp:
2007年11月25日 20時09分19秒 (10 months ago)
Author:
miyoshi
Message:

(keymodifier): Define the escape key as a special
key. Refer to ticket:381.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/ChangeLog.Meadow

    r4216 r4217  
     12007-11-25  MIYOSHI Masanori  <miyoshi@meadowy.org> 
     2 
     3        * mw32term.c (keymodifier): Define the escape key as a special 
     4        key.  Refer to ticket:381. 
     5 
    162007-11-14  MIYOSHI Masanori  <miyoshi@meadowy.org> 
    27 
  • trunk/src/mw32term.c

    r4192 r4217  
    41454145{ 
    41464146  0,  0,  0,  0,  0,  0,  0,  0,128,128,  0,  0,  0,128,  0,  0,  /* 0x00-0x0f */ 
    4147   8,  4,  2,  0,  0,  0,  0,  0,  0,  1,  1,  0,  0,  0,  0,  0,  /* 0x10-0x1f */ 
     4147  8,  4,  2,  0,  0,  0,  0,  0,  0,  1,  1,128,  0,  0,  0,  0,  /* 0x10-0x1f */ 
    41484148  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,128,  0,  /* 0x20-0x2f */ 
    41494149  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  0,  /* 0x30-0x3f */