Changeset 520 for trunk/src/curses
- Timestamp:
- 10/03/16 17:45:46 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/curses/curses_terminal.cc
r514 r520 131 131 } 132 132 133 // if result is a typable char from the 0..9 range 134 if ( result >= 0x108 && result <= 0x108 + 12 ) 135 { 136 kevent.key.code = static_cast<nv::key_code>( nv::KEY_F1 + result - 0x108 - 1 ); 137 } 138 133 139 // other recognized codes 134 140 switch ( result )
Note: See TracChangeset
for help on using the changeset viewer.