1. 747cab4 No need for $Id$ now. by Nicholas Marriott · 10 years ago
  2. 562af86 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  3. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  4. 77efcf8 Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow check. by nicm · 10 years ago
  5. 2874a43 Merge branch 'obsd-master' by Thomas Adam · 10 years ago
  6. 21062d7 Fix some comments (c -> colour) and join unnecessary line splits. by nicm · 10 years ago
  7. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  8. 953c3ef Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  9. 5acee1c Memory leak in error path and unnecessary assignment, from clang. by nicm · 11 years ago
  10. 7bdb675 GRID_DEBUG is no longer needed. by nicm · 11 years ago
  11. c5a3051 GRID_DEBUG is no longer needed. by Nicholas Marriott · 11 years ago
  12. b3de4a3 Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  13. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  14. d50e47f Merge branch 'obsd-master' by Thomas Adam · 11 years ago
  15. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  16. 3368b60 Couple of fixes from cppcheck via Tiago Cunha. by nicm · 11 years ago
  17. 994cb87 Style and comment fixes from Tiago Cunha. by nicm · 11 years ago
  18. 1b7c2dd Trivial style and spacing nits. by nicm · 11 years ago
  19. 7839993 Only include actual trailing spaces not unused cells with capturep -J, by nicm · 11 years ago
  20. f2675cd Trivial style and spacing nits. by Nicholas Marriott · 11 years ago
  21. 2dfd3fb Only include actual trailing spaces not unused cells with capturep -J, from by Nicholas Marriott · 11 years ago
  22. b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
  23. 304336a Allow lastgc to be NULL in grid_string_cells so find-window doesn't by Nicholas Marriott · 12 years ago
  24. 295d869 Add -C and -J to capture pane to escape control sequences and to join by Nicholas Marriott · 12 years ago
  25. 9b7e18f Rework reflow code so it does not do so much allocation which should be by Nicholas Marriott · 12 years ago
  26. ec75f9d Allow lastgc to be NULL in grid_string_cells so find-window doesn't crash, by Nicholas Marriott · 12 years ago
  27. aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
  28. 234f6d2 Use \\ not \ for escaping \. by Nicholas Marriott · 12 years ago
  29. b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
  30. e487b87 Clear last attributes after reset in string_cells, from George Nachman. by Nicholas Marriott · 12 years ago
  31. 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
  32. 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
  33. 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  34. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  35. a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
  36. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  37. a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
  38. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  39. c6fc877 Sync OpenBSD patchset 1122: by Tiago Cunha · 12 years ago
  40. 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
  41. 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
  42. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  43. 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
  44. cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
  45. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  46. a0b2b8e Sync OpenBSD patchset 547: by Tiago Cunha · 15 years ago
  47. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  48. 3d88da7 Sync OpenBSD patchset 409: by Tiago Cunha · 15 years ago
  49. ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
  50. c507bf2 Sync OpenBSD patchset 328: by Tiago Cunha · 15 years ago
  51. 4278199 Stick line length to what is actually used (removing an optimization that by Nicholas Marriott · 15 years ago
  52. a004fc3 Sync OpenBSD patchset 283: by Tiago Cunha · 15 years ago
  53. 4b88352 Sync OpenBSD patchset 282: by Tiago Cunha · 15 years ago
  54. 0198bb6 Fix grid_expand_line so it actually works when the required size is bigger than by Nicholas Marriott · 15 years ago
  55. 1501b3f A few trivial optimisations: no need to check for zero size if calling by Nicholas Marriott · 15 years ago
  56. e8ea3cc Sync OpenBSD patchset 239: by Tiago Cunha · 15 years ago
  57. fa64c12 Use the right source and destination lines in grid_duplicate_lines. by Nicholas Marriott · 15 years ago
  58. 37b0bcd Sync OpenBSD patchset 226: by Tiago Cunha · 15 years ago
  59. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  60. 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
  61. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  62. 946affe Stupid cvsps. by Nicholas Marriott · 15 years ago
  63. ede2dd2 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  64. d956ed0 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  65. 924bf84 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  66. e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  67. d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
  68. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  69. 3fb3613 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  70. bd098c2 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  71. bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
  72. a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
  73. 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  74. f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  75. 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
  76. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  77. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  78. 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
  79. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  80. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago
  81. 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
  82. 6fdac02 Add UTF-8 to grid_compare.. by Nicholas Marriott · 16 years ago
  83. cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
  84. 34dd72f _fill functions are no longer needed. Nuke them. by Nicholas Marriott · 16 years ago
  85. abf170d Whoops. Missed a few changes. by Nicholas Marriott · 16 years ago
  86. 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  87. 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
  88. a4f5d12 Don't leak top line of history and status screen. by Nicholas Marriott · 16 years ago
  89. b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
  90. 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
  91. 9e56f53 Correct comment. by Nicholas Marriott · 16 years ago
  92. a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
  93. 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
  94. 631a45e Calculate y properly. by Nicholas Marriott · 16 years ago
  95. 62457bc Trim. by Nicholas Marriott · 16 years ago
  96. efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago