Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

15 рядки
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.