Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

15 lignes
497 B

  1. $Id$
  2. Video rendering
  3. o ncurses' hashmap scrolling optimisation code causes the screen to
  4. occasionally flicker because it tries to optimise the vertical
  5. scrolling. With S-Lang, SLtt_Term_Cannot_Scroll prevents this
  6. unwanted behaviour.
  7. o some terminal emulators (Konsole, or the Linux VGA console) honour
  8. the blink attribute instead of using it for bold or bright like any
  9. other terminal emulator, hence reducing the amount of available
  10. colour pairs.