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/BUGS

    r297 r331  
    55   o  ncurses' hashmap scrolling optimisation code causes the screen to
    66      occasionally flicker because it tries to optimise the vertical
    7       scrolling.
    8 
    9    o  the X11 driver is very slow.
     7      scrolling. With S-Lang, SLtt_Term_Cannot_Scroll prevents this
     8      unwanted behaviour.
    109
    1110   o  some terminal emulators (Konsole, or the Linux VGA console) honour
Note: See TracChangeset for help on using the changeset viewer.