1. 2bd3907 Sync OpenBSD patchset 532: by Tiago Cunha · 15 years ago
  2. 1c4b7d3 Sync OpenBSD patchset 458: by Tiago Cunha · 15 years ago
  3. 4186347 Sync OpenBSD patchset 446: by Tiago Cunha · 15 years ago
  4. d55ee38 Sync OpenBSD patchset 443: by Tiago Cunha · 15 years ago
  5. 44fd6f4 Sync OpenBSD patchset 395: by Tiago Cunha · 15 years ago
  6. 2c9d4df Tweak tparm() to make Solaris' backward userland happy and remove the -I mess by Nicholas Marriott · 15 years ago
  7. 266c13d Check the return value of strunvis against -1 not NULL. by Nicholas Marriott · 15 years ago
  8. 633e74e Sync OpenBSD patchset 287: by Tiago Cunha · 15 years ago
  9. cd5294d Sync OpenBSD patchset 221: by Tiago Cunha · 15 years ago
  10. 9002e60 Sync OpenBSD patchset 213: by Tiago Cunha · 15 years ago
  11. 3deb17e Do not include vis.h directly, since it's OS-dependent. by Tiago Cunha · 15 years ago
  12. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
  13. 75b6736 Sync OpenBSD patchset 210: by Tiago Cunha · 15 years ago
  14. 910d628 Whoops, chose the wrong one in a conflict. Revert. by Nicholas Marriott · 15 years ago
  15. edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
  16. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  17. 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
  18. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  19. 5fbdca8 Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD by Nicholas Marriott · 15 years ago
  20. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  21. 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
  22. b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
  23. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  24. 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
  25. d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
  26. 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
  27. 6537858 Don't debug this stuff. by Nicholas Marriott · 16 years ago
  28. 051dcdc Fix all rxvt*. by Nicholas Marriott · 16 years ago
  29. 6897510 Codes no longer needed. by Nicholas Marriott · 16 years ago
  30. ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
  31. 736117e Whoops, didn't mean to commit that bit. by Nicholas Marriott · 16 years ago
  32. 20fc7a4 Don't need cud. by Nicholas Marriott · 16 years ago
  33. 3126332 Support btab. by Nicholas Marriott · 16 years ago
  34. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  35. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  36. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago