source: libcaca/branches/0.6/BUGS @ 1806

Last change on this file since 1806 was 297, checked in by Sam Hocevar, 19 years ago
  • test/dithering.c: + Fixed a minor compilation warning.
  • debian/rules: + Explicitely use --enable-imlib2.
  • BUGS: + Added a note about blinking consoles.
  • doc/Makefile.am: + Fixed a bashism in the HTML files installation.
  • Property svn:keywords set to Id
File size: 456 bytes
Line 
1$Id: BUGS 297 2003-12-31 13:55:34Z 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.
8
9   o  the X11 driver is very slow.
10
11   o  some terminal emulators (Konsole, or the Linux VGA console) honour
12      the blink attribute instead of using it for bold or bright like any
13      other terminal emulator, hence reducing the amount of available
14      colour pairs.
15
Note: See TracBrowser for help on using the repository browser.