Ignore:
Timestamp:
05/22/15 13:21:44 (10 years ago)
Author:
epyon
Message:
  • removed all std headers (except cassert) from common.hh
  • sized int types in common.hh with static_assert checks
  • char8 -> uchar8/schar8 and 16/32
  • omitted core->stl includes fixed
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/curses/curses_terminal.cc

    r337 r369  
    108108        if ( result >= 32 && result < 128 )
    109109        {
    110                 kevent.key.ascii = static_cast<nv::char8>(result);
     110                kevent.key.ascii = static_cast<nv::uchar8>(result);
    111111        }
    112112
Note: See TracChangeset for help on using the changeset viewer.