1. 2486a36 Sync OpenBSD patchset 372: by Tiago Cunha · 15 years ago
  2. cddb781 Sync OpenBSD patchset 368: by Tiago Cunha · 15 years ago
  3. 765a38e Sync OpenBSD patchset 366: by Tiago Cunha · 15 years ago
  4. 5be3fb8 Sync OpenBSD patchset 350: by Tiago Cunha · 15 years ago
  5. fea7bda Sync OpenBSD patchset 348: by Tiago Cunha · 15 years ago
  6. 1310ea2 Sync OpenBSD patchset 347: by Tiago Cunha · 15 years ago
  7. 2acf349 Sync OpenBSD patchset 346: by Tiago Cunha · 15 years ago
  8. acedc2d Sync OpenBSD patchset 345: by Tiago Cunha · 15 years ago
  9. c40d8cb Sync OpenBSD patchset 344: by Tiago Cunha · 15 years ago
  10. 0ec1ce0 Sync OpenBSD patchset 322: by Tiago Cunha · 15 years ago
  11. ed3535d Sync OpenBSD patchset 302: by Tiago Cunha · 15 years ago
  12. 633e74e Sync OpenBSD patchset 287: by Tiago Cunha · 15 years ago
  13. 620402a This is a better fix for OS X stupidity. by Nicholas Marriott · 15 years ago
  14. 7182f6d Sync OpenBSD patchset 262: by Tiago Cunha · 15 years ago
  15. 05fe69e Sync OpenBSD patchset 250: by Tiago Cunha · 15 years ago
  16. 7f77c39 Sync OpenBSD patchset 247: by Tiago Cunha · 15 years ago
  17. e2a1889 Sync OpenBSD patchset 246: by Tiago Cunha · 15 years ago
  18. 0714e41 Sync OpenBSD patchset 245: by Tiago Cunha · 15 years ago
  19. 5cc971f Sync OpenBSD patchset 244: by Tiago Cunha · 15 years ago
  20. 37b0bcd Sync OpenBSD patchset 226: by Tiago Cunha · 15 years ago
  21. 88b83be Sync OpenBSD patchset 220: by Tiago Cunha · 15 years ago
  22. 15f6a41 Sync OpenBSD patchset 211: by Tiago Cunha · 15 years ago
  23. 7562781 Sync OpenBSD patchset 186: by Tiago Cunha · 15 years ago
  24. c841457 Sync OpenBSD patchset 164: by Tiago Cunha · 15 years ago
  25. b72f9be Sync OpenBSD patchset 162: by Tiago Cunha · 15 years ago
  26. 9c6fa90 Sync OpenBSD patchset 160: by Tiago Cunha · 15 years ago
  27. b6afa30 Sync OpenBSD patchset 159: by Tiago Cunha · 15 years ago
  28. 75a44d8 Sync OpenBSD patchset 158: by Tiago Cunha · 15 years ago
  29. fd09715 Don't send initialisation strings is1/2/3 (barely anything else does) and move by Nicholas Marriott · 15 years ago
  30. 2ddcb51 Fix $Id$. by Nicholas Marriott · 15 years ago
  31. 1825609 Handle empty or unset TERM correctly; also fix a fatal() message while here. by Nicholas Marriott · 15 years ago
  32. 9f06533 $Id$. by Nicholas Marriott · 15 years ago
  33. eed4f76 Fix $Id$. by Nicholas Marriott · 15 years ago
  34. edc2e7d Copy the 256-colour flag into the tty saved cell as well as the actual colour, by Nicholas Marriott · 15 years ago
  35. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  36. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  37. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  38. 947fabc Unused variables. Found by lint, no binary change. by Nicholas Marriott · 15 years ago
  39. 942ea42 Trying to predict the cursor position for UTF-8 output in the same way as for by Nicholas Marriott · 15 years ago
  40. 93631b3 Implement the DEC alignment test. With the last change this is enough for the by Nicholas Marriott · 15 years ago
  41. 49477de Fix some miscalculations when clearing to start of screen: the number of lines by Nicholas Marriott · 15 years ago
  42. 0fdd476 UTF-8 detection is broken on sparc64; disable until I get time to test it further. by Nicholas Marriott · 15 years ago
  43. 6db7bd6 Try to guess if the window is UTF-8 by outputting a three-byte UTF-8 wide character and seeing how much the cursor moves. Currently tries to figure out if this works by some stupid checks on the terminal, these need to be rethought. Also might be better using a width 1 character rather than width 2. by Nicholas Marriott · 16 years ago
  44. dd2f8d7 Don't force wrapping with \n when asked, let the cursor code figure it out. Should fix terminals which use this to detect line breaks. by Nicholas Marriott · 16 years ago
  45. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  46. 54a5f82 Region can reset cursor to 0,0 - bad if there is an offset. So sort out region before cursor. by Nicholas Marriott · 16 years ago
  47. fb543c7 Use ACS for line drawing characters. by Nicholas Marriott · 16 years ago
  48. f0a716f Use a u_char so top-bit-set update the cursor as well. by Nicholas Marriott · 16 years ago
  49. 7c5f1af Ignore del too. by Nicholas Marriott · 16 years ago
  50. dbf52fa Change scroll/pane redraws to only redraw the single pane affected rather than by Nicholas Marriott · 16 years ago
  51. 84cde92 If redrawing the region would mean redrawing > half the pane, just schedule to by Nicholas Marriott · 16 years ago
  52. b6450b1 Basic horizontal splitting and layout management. Still some redraw and other by Nicholas Marriott · 16 years ago
  53. 907bec6 FD_CLOEXEC more fds. Still one I can't find... by Nicholas Marriott · 16 years ago
  54. 6c27f1c Draw vertical line on the right when window size is limited. by Nicholas Marriott · 16 years ago
  55. 8a160f2 - Unbreak selection colouring. - Get UTF-8 check the right way round... by Nicholas Marriott · 16 years ago
  56. 23fef99 8 -> UTF8_SIZE. by Nicholas Marriott · 16 years ago
  57. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  58. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  59. 587bade Clear using ED when redrawing the screen. I foolishly assumed using spaces by Nicholas Marriott · 16 years ago
  60. f6001f9 Whoops. Didn't mean to commit this yet. by Nicholas Marriott · 16 years ago
  61. b97264b Update TODO. by Nicholas Marriott · 16 years ago
  62. e6d35b6 Support for 88 colour terminals. by Nicholas Marriott · 16 years ago
  63. 546a9d5 Don't die on any error from fd. by Nicholas Marriott · 16 years ago
  64. b03783e strdup() not necessary here. by Nicholas Marriott · 16 years ago
  65. b2282f2 Use the right row when calling RI. by Nicholas Marriott · 16 years ago
  66. fdafe63 Reset region before using CUD etc. by Nicholas Marriott · 16 years ago
  67. eb7d229 Code tidying on my way to find tmux-in-tmux bug. by Nicholas Marriott · 16 years ago
  68. 9d2697f Whoops. Build testing is a good idea... by Nicholas Marriott · 16 years ago
  69. e6ed1cc Never draw last character: stops stray scrolling sometimes should status line be disabled. by Nicholas Marriott · 16 years ago
  70. 5a04f74 Only use RI at the top of the screen. by Nicholas Marriott · 16 years ago
  71. 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
  72. d5eaf3a Emulate CSR with existing screen data on old/stupid terminals which don't support it. by Nicholas Marriott · 16 years ago
  73. 6c76aac Lose unnecessary cursor restores, fix a couple of placement bugs and remove unused CR. by Nicholas Marriott · 16 years ago
  74. 514fe11 We are going to need the updated screen data for emulating the scroll region, by Nicholas Marriott · 16 years ago
  75. 91c9d95 Change tty_cmd_* to use a window_pane. by Nicholas Marriott · 16 years ago
  76. e444b0b Split most of tty_cmd_cell off to tty_cell. First step on making tty_cmd_* take by Nicholas Marriott · 16 years ago
  77. c8e2727 Update cursor y on newline otherwise RI gets screwed up at y=0. by Nicholas Marriott · 16 years ago
  78. 4428987 * Better support for at least the most common variant of mouse input: parse it and adjust for different panes. Also support mouse in window/session choice mode. by Nicholas Marriott · 16 years ago
  79. c172628 Handle cursor on/off better. by Nicholas Marriott · 16 years ago
  80. 94471aa Use reverse rather than background which doesn't show up when terminal doesn't by Nicholas Marriott · 16 years ago
  81. 4cdc228 Unbreak UTF-8. by Nicholas Marriott · 16 years ago
  82. 7bc8be0 A couple of trivial optimisations. by Nicholas Marriott · 16 years ago
  83. 8ea4971 suspend-client command and suspend client when ^Z key binding is used. by Nicholas Marriott · 16 years ago
  84. 162bacd Window splitting. Two vertical panes fixed 50% each. This is a huge diff, still a couple of bugs (notably heap corruption somewhere causing segfault on exit). by Nicholas Marriott · 16 years ago
  85. ee0a7cd Restore emulation of ich with insert mode. by Nicholas Marriott · 16 years ago
  86. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  87. 3ed5aa3 Build array of codes, stop using ncurses global variables and push ncurses crap into tty-term.c. by Nicholas Marriott · 16 years ago
  88. 75f043f Work around lack of dch. by Nicholas Marriott · 16 years ago
  89. f008d30 Kill warning. by Nicholas Marriott · 16 years ago
  90. 8f163b8 Support dfly, from joshe. by Nicholas Marriott · 16 years ago
  91. 5ca710d Disable UTF-8 by default and add options to enable it. by Nicholas Marriott · 16 years ago
  92. 46f5e42 Keep stack of previous windows. Check for op (orig_pair) for default colours. by Nicholas Marriott · 16 years ago
  93. 4198a9c TAILQ -> SLIST. by Nicholas Marriott · 16 years ago
  94. 08e615a Don't die if tcsetattr fails; fixes problems with cwm. by Nicholas Marriott · 16 years ago
  95. 2aeb08a I don't like this... by Nicholas Marriott · 16 years ago
  96. 0ba0fd3 Translate 256 colours to 16. by Nicholas Marriott · 16 years ago
  97. 2a5d09f Don't scroll screen when redrawing it. by Nicholas Marriott · 16 years ago
  98. 62457bc Trim. by Nicholas Marriott · 16 years ago
  99. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago
  100. 9edb4d4 Don't die on empty output strings, some terminfo entries have empty caps. by Nicholas Marriott · 16 years ago