Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
 
 
 
 
 
 

15 righe
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.