Advertisement
Guest User

termcap.patch

a guest
May 7th, 2011
237
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. --- interface_elements.c 2011-05-07 11:33:57.690211054 +0200
  2. +++ interface_elements.c 2011-05-07 11:42:20.727485866 +0200
  3. @@ -2398,9 +2398,11 @@
  4. static const char *xterm_list[] = {
  5. "xterm",
  6. "rxvt",
  7. "xterm-color",
  8. + "xterm-256color",
  9. "rxvt-unicode",
  10. + "rxvt-unicode-256color",
  11. "eterm",
  12. "Eterm",
  13. NULL
  14. };
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement