Ignore:
Timestamp:
Jan 9, 2004, 10:51:53 AM (19 years ago)
Author:
Sam Hocevar
Message:
  • test/event.c: + Do not refresh after each event, but only when there is no event

pending.

+ If the pressed key is a printable character, display it.

  • src/time.c: + Moved _caca_getticks() to this file.
  • src/caca.c: + Set the escape delay to a very low value in the ncurses driver,

because I don't want escape sequences to be entered manually.

  • src/io.c: + Autorepeat emulation in the ncurses and slang drivers: do not

immediately send the key release event.

  • configure.ac: + Check for usleep. + Improvements in the win32 platform detection.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcaca/trunk/src/caca.c

    r324 r331  
    141141        mousemask(newmask, &oldmask);
    142142        mouseinterval(-1); /* No click emulation */
     143
     144        /* Set the escape delay to a ridiculously low value */
     145        ESCDELAY = 10;
    143146    }
    144147    else
Note: See TracChangeset for help on using the changeset viewer.