- 2dfd3fb Only include actual trailing spaces not unused cells with capturep -J, from by Nicholas Marriott · 11 years ago
- b5fda7a Spacing, warning nits. by Nicholas Marriott · 12 years ago
- ec75f9d Allow lastgc to be NULL in grid_string_cells so find-window doesn't crash, by Nicholas Marriott · 12 years ago
- aaeee34 Preserve trailing spaces with capture-pane -J, from George Nachman. by Nicholas Marriott · 12 years ago
- 234f6d2 Use \\ not \ for escaping \. by Nicholas Marriott · 12 years ago
- b8b5631 Add -C and -J to capture pane to escape control sequences and to join wrapped by Nicholas Marriott · 12 years ago
- e487b87 Clear last attributes after reset in string_cells, from George Nachman. by Nicholas Marriott · 12 years ago
- 4d1d4d6 Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from by Nicholas Marriott · 12 years ago
- 99cc001 Rework reflow code so it does not do so much allocation which should be faster by Nicholas Marriott · 12 years ago
- 64da762 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- 8903c1f Automatically reflow wrapped lines when a pane is resized, requested by by Nicholas Marriott · 12 years ago
- a3f4eb7 Merge branch 'obsd-master' by Thomas Adam · 12 years ago
- fdbfc7e Rather than having two grids for each pane, one for ASCII and one for by Nicholas Marriott · 12 years ago
- a432fcd Sync OpenBSD patchset 1150: by Tiago Cunha · 12 years ago
- df912e3 xfree is not particularly helpful, remove it. From Thomas Adam. by Nicholas Marriott · 12 years ago
- c6fc877 Sync OpenBSD patchset 1122: by Tiago Cunha · 12 years ago
- 1f23f6d Use a predefined structure for not-space cells used to set attributes. by Nicholas Marriott · 13 years ago
- 391f1f0 Expand the Id keyword. by Tiago Cunha · 13 years ago
- ac9daf9 Merge copy mode and output mode, dropping the latter. Idea and code from by Nicholas Marriott · 15 years ago
- 2d74ce1 Merge output (more) and copy modes into one single mode (called copy). by Micah Cowan · 15 years ago
- cc094fd Sync OpenBSD patchset 581: by Tiago Cunha · 15 years ago
- 15a64b8 Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last by Nicholas Marriott · 15 years ago
- a0b2b8e Sync OpenBSD patchset 547: by Tiago Cunha · 15 years ago
- a78cc98 Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid by Nicholas Marriott · 15 years ago
- 3d88da7 Sync OpenBSD patchset 409: by Tiago Cunha · 15 years ago
- ad566a8 Move lines into the history when scrolling even if the scroll region is not by Nicholas Marriott · 15 years ago
- c507bf2 Sync OpenBSD patchset 328: by Tiago Cunha · 15 years ago
- 4278199 Stick line length to what is actually used (removing an optimization that by Nicholas Marriott · 15 years ago
- a004fc3 Sync OpenBSD patchset 283: by Tiago Cunha · 15 years ago
- 4b88352 Sync OpenBSD patchset 282: by Tiago Cunha · 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
- e8ea3cc Sync OpenBSD patchset 239: by Tiago Cunha · 15 years ago
- fa64c12 Use the right source and destination lines in grid_duplicate_lines. by Nicholas Marriott · 15 years ago
- 37b0bcd Sync OpenBSD patchset 226: by Tiago Cunha · 15 years ago
- 5e01b6d Change the way the grid is stored, previously it was: by Nicholas Marriott · 15 years ago
- 6a97901 Sync OpenBSD patchset 153: by Tiago Cunha · 15 years ago
- 044ebf1 Remove a couple of unused functions and fix a type ("FALLTHOUGH"), found by by Nicholas Marriott · 15 years ago
- 946affe Stupid cvsps. by Nicholas Marriott · 15 years ago
- ede2dd2 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong by Nicholas Marriott · 15 years ago
- d956ed0 Typo in grid_duplicate_lines (sy for dy) causing it to write into the wrong 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
- e63567d Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
- d2c3dbc If it exist, load a system-wide configuration file /etc/tmux.conf before any by Nicholas Marriott · 15 years ago
- 3592859 Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full by Nicholas Marriott · 15 years ago
- 3fb3613 Limit the history to hlimit not hlimit - 1. This makes a history-limit setting 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
- bb459be Whitespace and more syncing. by Nicholas Marriott · 15 years ago
- a5830b9 Restore $Id$ and add script to do so. by Nicholas Marriott · 15 years ago
- 582660b Miscellaneous unused functions, including one which was basically a by Nicholas Marriott · 15 years ago
- f7a9eb4 Change find-window and monitor-content to use fnmatch(3). For convenience and by Nicholas Marriott · 15 years ago
- 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
- 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
- 143aa71 Space trimmage mega-diff. by Nicholas Marriott · 16 years ago
- 6fdac02 Add UTF-8 to grid_compare.. by Nicholas Marriott · 16 years ago
- cf7b384 Better UTF-8 support, including combined characters. Unicode data is now stored by Nicholas Marriott · 16 years ago
- 34dd72f _fill functions are no longer needed. Nuke them. by Nicholas Marriott · 16 years ago
- abf170d Whoops. Missed a few changes. by Nicholas Marriott · 16 years ago
- 6c0728f Step 2 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
- 989d67c struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. by Nicholas Marriott · 16 years ago
- a4f5d12 Don't leak top line of history and status screen. by Nicholas Marriott · 16 years ago
- b373993 Don't redraw status line unless it has actually changed. Stops extraneous by Nicholas Marriott · 16 years ago
- 0e197b4 Tidy a few warnings. by Nicholas Marriott · 16 years ago
- 9e56f53 Correct comment. by Nicholas Marriott · 16 years ago
- a1b43fa Trim spaces. by Nicholas Marriott · 16 years ago
- 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
- 631a45e Calculate y properly. by Nicholas Marriott · 16 years ago
- 62457bc Trim. by Nicholas Marriott · 16 years ago
- efe5573 Internal screen data rewrite for better 256 colour/UTF-8 support. by Nicholas Marriott · 16 years ago