Simple Terminal from SuckLess
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
276 B

14 years ago
  1. vt emulation
  2. ------------
  3. * screen erased with background color ## capname:bce
  4. * back tab ## capname:cbt ## seq:CSI Z
  5. * ...
  6. code & interface
  7. ----------------
  8. * clean selection code
  9. * use the real x11 clipboard
  10. * clean terminfo entry
  11. * utf8
  12. * ...