1. 910d628 Whoops, chose the wrong one in a conflict. Revert. by Nicholas Marriott · 15 years ago
  2. edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
  3. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  4. 0b54a2d Don't use -Wcast-qual and use explicit casts to shut gcc up in the few cases we can't avoid using a char *. by Nicholas Marriott · 15 years ago
  5. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  6. 5fbdca8 Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD by Nicholas Marriott · 15 years ago
  7. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  8. 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
  9. b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
  10. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  11. 959eeef FreeBSD's console wraps lines at $COLUMNS - 1 rather than $COLUMNS (the cursor can never be beyond $COLUMNS - 1) and does not appear to support changing this behaviour, or any of the obvious possibilities (turning off right margin wrapping, insert mode). This is irritating, most notably because it impossible to write to the very bottom-right of the screen without scrolling. To work around this, if built on FreeBSD and run with a "cons" $TERM, the bottom-right cell on the screen is omitted. by Nicholas Marriott · 16 years ago
  12. d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
  13. 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
  14. 6537858 Don't debug this stuff. by Nicholas Marriott · 16 years ago
  15. 051dcdc Fix all rxvt*. by Nicholas Marriott · 16 years ago
  16. 6897510 Codes no longer needed. by Nicholas Marriott · 16 years ago
  17. ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
  18. 736117e Whoops, didn't mean to commit that bit. by Nicholas Marriott · 16 years ago
  19. 20fc7a4 Don't need cud. by Nicholas Marriott · 16 years ago
  20. 3126332 Support btab. by Nicholas Marriott · 16 years ago
  21. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  22. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  23. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago