source: libcaca/branches/0.9/BUGS @ 3896

Last change on this file since 3896 was 331, checked in by Sam Hocevar, 19 years ago
  • 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.
  • Property svn:keywords set to Id
File size: 497 bytes
Line 
1$Id: BUGS 331 2004-01-09 09:51:53Z sam $
2
3Video rendering
4
5   o  ncurses' hashmap scrolling optimisation code causes the screen to
6      occasionally flicker because it tries to optimise the vertical
7      scrolling. With S-Lang, SLtt_Term_Cannot_Scroll prevents this
8      unwanted behaviour.
9
10   o  some terminal emulators (Konsole, or the Linux VGA console) honour
11      the blink attribute instead of using it for bold or bright like any
12      other terminal emulator, hence reducing the amount of available
13      colour pairs.
14
Note: See TracBrowser for help on using the repository browser.