1. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  2. c80f75f tparm requires 10 arguments on Solaris. by Nicholas Marriott · 13 years ago
  3. b2f301f Sync OpenBSD patchset 916: by Tiago Cunha · 13 years ago
  4. 7197555 Sync OpenBSD patchset 915: by Tiago Cunha · 13 years ago
  5. 89f3512 Sync OpenBSD patchset 914: by Tiago Cunha · 13 years ago
  6. 4fcbf4b Sync OpenBSD patchset 904: by Tiago Cunha · 13 years ago
  7. 75f218d If the terminal supports sitm for italics, use it instead of standout by Nicholas Marriott · 14 years ago
  8. 3b56ebc Sync OpenBSD patchset 854: by Tiago Cunha · 14 years ago
  9. 9ad028e Sync OpenBSD patchset 822: by Tiago Cunha · 14 years ago
  10. f71b305 Switch tmux to use autoconf and automake. by Nicholas Marriott · 14 years ago
  11. 5126037 Sync OpenBSD patchset 762: by Tiago Cunha · 14 years ago
  12. d7a3fc3 Sync OpenBSD patchset 761: by Tiago Cunha · 14 years ago
  13. f4b9b84 FreeBSD 6.x has a bug and crashes in del_curterm, so ifdef it out on that by Nicholas Marriott · 15 years ago
  14. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  15. 1f7ac1e Solaris requires this header ordering. by Nicholas Marriott · 15 years ago
  16. 8ba590b Sync OpenBSD patchset 563: by Tiago Cunha · 15 years ago
  17. 399002b Despite terminfo being in use for around 20 years, NetBSD still haven't got by Nicholas Marriott · 15 years ago
  18. 2bd3907 Sync OpenBSD patchset 532: by Tiago Cunha · 15 years ago
  19. 1c4b7d3 Sync OpenBSD patchset 458: by Tiago Cunha · 15 years ago
  20. 4186347 Sync OpenBSD patchset 446: by Tiago Cunha · 15 years ago
  21. d55ee38 Sync OpenBSD patchset 443: by Tiago Cunha · 15 years ago
  22. 44fd6f4 Sync OpenBSD patchset 395: by Tiago Cunha · 15 years ago
  23. 2c9d4df Tweak tparm() to make Solaris' backward userland happy and remove the -I mess by Nicholas Marriott · 15 years ago
  24. 266c13d Check the return value of strunvis against -1 not NULL. by Nicholas Marriott · 15 years ago
  25. 633e74e Sync OpenBSD patchset 287: by Tiago Cunha · 15 years ago
  26. cd5294d Sync OpenBSD patchset 221: by Tiago Cunha · 15 years ago
  27. 9002e60 Sync OpenBSD patchset 213: by Tiago Cunha · 15 years ago
  28. 3deb17e Do not include vis.h directly, since it's OS-dependent. by Tiago Cunha · 15 years ago
  29. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
  30. 75b6736 Sync OpenBSD patchset 210: by Tiago Cunha · 15 years ago
  31. 910d628 Whoops, chose the wrong one in a conflict. Revert. by Nicholas Marriott · 15 years ago
  32. edd3142 Don't need ncurses, use curses. by Nicholas Marriott · 15 years ago
  33. a9e3d5c More diff-to-OpenBSD reduction. Move a lot of compat stuff into compat.h. by Nicholas Marriott · 15 years ago
  34. 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
  35. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  36. 5fbdca8 Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSD by Nicholas Marriott · 15 years ago
  37. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  38. 1712560 Extra function keys from Dashing dashing at hushmail dot com by Nicholas Marriott · 16 years ago
  39. b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
  40. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  41. 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
  42. d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
  43. 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
  44. 6537858 Don't debug this stuff. by Nicholas Marriott · 16 years ago
  45. 051dcdc Fix all rxvt*. by Nicholas Marriott · 16 years ago
  46. 6897510 Codes no longer needed. by Nicholas Marriott · 16 years ago
  47. ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
  48. 736117e Whoops, didn't mean to commit that bit. by Nicholas Marriott · 16 years ago
  49. 20fc7a4 Don't need cud. by Nicholas Marriott · 16 years ago
  50. 3126332 Support btab. by Nicholas Marriott · 16 years ago
  51. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  52. fb6c8ec New command, server-info, to show server info + terminal details. Also tweak term stuff a bit. by Nicholas Marriott · 16 years ago
  53. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago