1. f2675cd Trivial style and spacing nits. by Nicholas Marriott · 11 years ago
  2. 2dfd3fb Only include actual trailing spaces not unused cells with capturep -J, from by Nicholas Marriott · 11 years ago
  3. b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
  4. ec75f9d Allow lastgc to be NULL in grid_string_cells so find-window doesn't crash, by Nicholas Marriott · 12 years ago
  5. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  6. 234f6d2 Use \\ not \ for escaping \. by Nicholas Marriott · 12 years ago
  7. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  8. e487b87 Clear last attributes after reset in string_cells, from George Nachman. by Nicholas Marriott · 12 years ago
  9. 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
  10. 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
  11. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  12. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  13. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  14. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  15. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  16. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  17. c6fc877 Sync OpenBSD patchset 1122: by Tiago Cunha · 12 years ago
  18. 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 12 years ago
  19. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  20. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  21. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  22. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  23. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  24. a0b2b8e Sync OpenBSD patchset 547: by Tiago Cunha · 15 years ago
  25. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  26. 3d88da7 Sync OpenBSD patchset 409: by Tiago Cunha · 15 years ago
  27. ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
  28. c507bf2 Sync OpenBSD patchset 328: by Tiago Cunha · 15 years ago
  29. 4278199 Stick line length to what is actually used (removing an optimization that by Nicholas Marriott · 15 years ago
  30. a004fc3 Sync OpenBSD patchset 283: by Tiago Cunha · 15 years ago
  31. 4b88352 Sync OpenBSD patchset 282: by Tiago Cunha · 15 years ago
  32. 0198bb6 Fix grid_expand_line so it actually works when the required size is bigger than by Nicholas Marriott · 15 years ago
  33. 1501b3f A few trivial optimisations: no need to check for zero size if calling by Nicholas Marriott · 15 years ago
  34. e8ea3cc Sync OpenBSD patchset 239: by Tiago Cunha · 15 years ago
  35. fa64c12 Use the right source and destination lines in grid_duplicate_lines. by Nicholas Marriott · 15 years ago
  36. 37b0bcd Sync OpenBSD patchset 226: by Tiago Cunha · 15 years ago
  37. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  38. 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
  39. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  40. 946affe Stupid cvsps. by Nicholas Marriott · 15 years ago
  41. ede2dd2 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  42. d956ed0 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  43. 924bf84 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  44. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  45. d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  46. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  47. 3fb3613 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  48. bd098c2 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  49. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  50. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  51. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  52. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  53. 853ad68 Add a dedicated function to convert a line into a string and use it to simplify the search window function. by Nicholas Marriott · 15 years ago
  54. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  55. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  56. 096cbf2 Add a dedicated function to convert a line into a string and use it to simplify the search window function. by Nicholas Marriott · 15 years ago
  57. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  58. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  59. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 15 years ago
  60. 6fdac02 Add UTF-8 to grid_compare.. by Nicholas Marriott · 16 years ago
  61. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  62. 34dd72f _fill functions are no longer needed. Nuke them. by Nicholas Marriott · 16 years ago
  63. abf170d Whoops. Missed a few changes. by Nicholas Marriott · 16 years ago
  64. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  65. 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  66. a4f5d12 Don't leak top line of history and status screen. by Nicholas Marriott · 16 years ago
  67. b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
  68. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
  69. 9e56f53 Correct comment. by Nicholas Marriott · 16 years ago
  70. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  71. 10c4a6d Don't die when out of bounds if non-DEBUG. Stops people hitting me when bugs kill their long-running sessions in release versions. by Nicholas Marriott · 16 years ago
  72. 631a45e Calculate y properly. by Nicholas Marriott · 16 years ago
  73. 62457bc Trim. by Nicholas Marriott · 16 years ago
  74. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago