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