| Commit message (Expand) | Author | Age |
* | Preserve trailing spaces with capture-pane -J, from George Nachman. | Nicholas Marriott | 2013-03-04 |
* | Add -C and -J to capture pane to escape control sequences and to join wrapped | Nicholas Marriott | 2013-02-21 |
* | Add -e flag to capture-pane to include embedded ANSI SGR escape sequences, from | Nicholas Marriott | 2013-02-19 |
* | Merge branch 'obsd-master' | Thomas Adam | 2013-01-30 |
|\ |
|
| * | Rather than having two grids for each pane, one for ASCII and one for | Nicholas Marriott | 2013-01-18 |
| * | Enforce history-limit option when clearing the screen, memory leak | Nicholas Marriott | 2012-01-29 |
| * | When clearing the entire screen, clear lines that are used into the | Nicholas Marriott | 2011-01-25 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Move lines into the history when scrolling even if the scroll region is not | Nicholas Marriott | 2009-10-13 |
| * | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott | 2009-07-13 |
| * | Change inserting and deleting lines inside the scroll region to properly clear | Nicholas Marriott | 2009-07-09 |
| * | Tidy by removing unused argument from grid_view_{insert,delete}_line_region | Nicholas Marriott | 2009-07-09 |
| * | Fix two errors with character/line insertion and deletion: the maximum number | Nicholas Marriott | 2009-06-29 |
| * | Add a dedicated function to convert a line into a string and use it to simpli... | Nicholas Marriott | 2009-06-24 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |
* | Sync OpenBSD patchset 1016: | Tiago Cunha | 2012-01-31 |
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
* | Sync OpenBSD patchset 853: | Tiago Cunha | 2011-02-15 |
* | Sync OpenBSD patchset 581: | Tiago Cunha | 2009-12-04 |
* | Sync OpenBSD patchset 409: | Tiago Cunha | 2009-10-15 |
* | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott | 2009-07-14 |
* | Change inserting and deleting lines inside the scroll region to properly clear | Nicholas Marriott | 2009-07-09 |
* | Tidy by removing unused argument from grid_view_{insert,delete}_line_region | Nicholas Marriott | 2009-07-09 |
* | Fix two errors with character/line insertion and deletion: the maximum number | Nicholas Marriott | 2009-07-01 |
* | Whitespace and more syncing. | Nicholas Marriott | 2009-06-25 |
* | Restore $Id$ and add script to do so. | Nicholas Marriott | 2009-06-25 |
* | Add a dedicated function to convert a line into a string and use it to simpli... | Nicholas Marriott | 2009-06-25 |
* | Better UTF-8 support, including combined characters. Unicode data is now stored | Nicholas Marriott | 2009-03-28 |
* | _fill functions are no longer needed. Nuke them. | Nicholas Marriott | 2009-03-28 |
* | Whoops. Missed a few changes. | Nicholas Marriott | 2009-03-28 |
* | Step 2 of the Grand Plan To Make UTF-8 Better. | Nicholas Marriott | 2009-03-28 |
* | struct grid_data -> struct grid. Stage 1 of the Grand Plan To Make UTF-8 Better. | Nicholas Marriott | 2009-03-28 |
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
* | Some tweaks found by LLVM courtesy of IcePic. | Nicholas Marriott | 2009-01-05 |
* | Don't segfault on last character. | Nicholas Marriott | 2008-12-11 |
* | Calculate y properly. | Nicholas Marriott | 2008-09-28 |
* | Trim. | Nicholas Marriott | 2008-09-26 |
* | Internal screen data rewrite for better 256 colour/UTF-8 support. | Nicholas Marriott | 2008-09-25 |