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