1. 28e72ae Don't leak extddata, memset after freeing it, not before. From Patrick Palka. by nicm · 9 years ago
  2. c5689a5 Long overdue change to the way we store cells in the grid: now, instead by nicm · 9 years ago
  3. f2d03f4 grid_put_utf8 is unused, remove it. by nicm · 9 years ago
  4. 28f23f1 Free the history when it is cleared, based on a diff from Carlo Cannas. by nicm · 9 years ago
  5. a45164f Fix indentation of grid_string_cells_fg. by nicm · 9 years ago
  6. 3219e03 In grid_duplicate_lines, if the line is empty (cellsize == 0) then clear by nicm · 9 years ago
  7. 879de25 Remove some stuff that accidentally ended up here from portable, and by nicm · 10 years ago
  8. ab73997 use reallocarray instead of calloc; avoid the zero before infill ok nicm by deraadt · 10 years ago
  9. a27ba6e Add xreallocarray and remove nmemb argument from xrealloc. by nicm · 10 years ago
  10. 77efcf8 Use xrealloc(NULL, n, m) instead of xmalloc(n * m) to get overflow check. by nicm · 10 years ago
  11. 21062d7 Fix some comments (c -> colour) and join unnecessary line splits. by nicm · 10 years ago
  12. 4e956d5 Various minor style and spacing nits. by nicm · 10 years ago
  13. 5acee1c Memory leak in error path and unnecessary assignment, from clang. by nicm · 11 years ago
  14. 7bdb675 GRID_DEBUG is no longer needed. by nicm · 11 years ago
  15. f835be4 Style nit - no space between function name and bracket. by nicm · 11 years ago
  16. 945339b Allow replacing each of the many sets of separate foo-{fg,bg,attr} by nicm · 11 years ago
  17. 3368b60 Couple of fixes from cppcheck via Tiago Cunha. by nicm · 11 years ago
  18. 994cb87 Style and comment fixes from Tiago Cunha. by nicm · 11 years ago
  19. 1b7c2dd Trivial style and spacing nits. by nicm · 11 years ago
  20. 7839993 Only include actual trailing spaces not unused cells with capturep -J, by nicm · 11 years ago
  21. 304336a Allow lastgc to be NULL in grid_string_cells so find-window doesn't by Nicholas Marriott · 12 years ago
  22. 295d869 Add -C and -J to capture pane to escape control sequences and to join by Nicholas Marriott · 12 years ago
  23. 9b7e18f Rework reflow code so it does not do so much allocation which should be by Nicholas Marriott · 12 years ago
  24. 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
  25. fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
  26. df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
  27. 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
  28. ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
  29. 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
  30. a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
  31. ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
  32. 4278199 Stick line length to what is actually used (removing an optimization that by Nicholas Marriott · 15 years ago
  33. 0198bb6 Fix grid_expand_line so it actually works when the required size is bigger than by Nicholas Marriott · 15 years ago
  34. 1501b3f A few trivial optimisations: no need to check for zero size if calling by Nicholas Marriott · 15 years ago
  35. fa64c12 Use the right source and destination lines in grid_duplicate_lines. by Nicholas Marriott · 15 years ago
  36. 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
  37. 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
  38. 924bf84 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
  39. 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
  40. bd098c2 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting by Nicholas Marriott · 15 years ago
  41. 1675ddb Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
  42. 7e796de Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
  43. 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
  44. 74749e8 Remove trailing newlines, spaces, and tabs. by Ray Lai · 15 years ago
  45. 35876ea Import tmux, a terminal multiplexor allowing (among other things) a single by Nicholas Marriott · 15 years ago