| Commit message (Expand) | Author | Age |
* | Merge branch 'obsd-master' | Thomas Adam | 2013-05-25 |
|\ |
|
| * | Don't let cursor position overflow when reflowing, from Christopher | Nicholas Marriott | 2013-05-15 |
| * | Rework reflow code so it does not do so much allocation which should be | Nicholas Marriott | 2013-03-21 |
* | | Rework reflow code so it does not do so much allocation which should be faster | Nicholas Marriott | 2013-02-10 |
* | | Merge branch 'obsd-master' | Thomas Adam | 2013-02-07 |
|\| |
|
| * | Automatically reflow wrapped lines when a pane is resized, requested by | Nicholas Marriott | 2013-02-05 |
| * | xfree is not particularly helpful, remove it. From Thomas Adam. | Nicholas Marriott | 2012-07-10 |
| * | Michael Krysiak points out that some terminals (eg mintty) have cursor | Nicholas Marriott | 2012-03-17 |
| * | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | 2011-05-20 |
| * | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | 2011-05-20 |
| * | Don't need vis.h anymore. | Nicholas Marriott | 2011-05-04 |
| * | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott | 2011-05-04 |
| * | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott | 2010-12-11 |
| * | Merge copy mode and output mode, dropping the latter. Idea and code from | Nicholas Marriott | 2010-04-06 |
| * | rather than using an empty "" as the default window title, put the hostname | Bob Beck | 2010-04-04 |
| * | Rectangle copy support, from Robin Lee Powell. | Nicholas Marriott | 2010-02-06 |
| * | Fix selection behaviour when the cursor is moved backwards (ie so the selection | Nicholas Marriott | 2010-01-03 |
| * | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last | Nicholas Marriott | 2009-12-03 |
| * | Change the way the grid is stored, previously it was: | Nicholas Marriott | 2009-08-08 |
| * | Plug some memory leaks. | Nicholas Marriott | 2009-07-30 |
| * | When resizing a screen smaller in alternate screen mode, all the lines needed | Nicholas Marriott | 2009-07-17 |
| * | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott | 2009-07-13 |
| * | When the terminal size is reduced horizontally, don't truncate lines to the new | Nicholas Marriott | 2009-07-09 |
| * | When reinitialising the screen, do not omit to clear the last line. | Nicholas Marriott | 2009-07-08 |
| * | Fix a type mismatch warning in assignment. | Nicholas Marriott | 2009-06-24 |
| * | Change to match xterm's resizing behaviour, including pushing lines into the | Nicholas Marriott | 2009-06-24 |
| * | Proper support for tab stops (\033H etc), using a bitstring(3). Makes another | Nicholas Marriott | 2009-06-04 |
| * | Pass window titles through vis(1). <0x20 is dropped anyway by the input state | Nicholas Marriott | 2009-06-03 |
| * | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 |
* | Sync OpenBSD patchset 1150: | Tiago Cunha | 2012-07-11 |
* | Sync OpenBSD patchset 1065: | Tiago Cunha | 2012-03-18 |
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
* | Sync OpenBSD patchset 916: | Tiago Cunha | 2011-05-22 |
* | Sync OpenBSD patchset 915: | Tiago Cunha | 2011-05-22 |
* | Sync OpenBSD patchset 901: | Tiago Cunha | 2011-05-05 |
* | Fix rectangle copy to behave like emacs - the cursor is not part of the | Nicholas Marriott | 2010-12-11 |
* | Solaris has MAXHOSTNAMELEN in netdb.h. | Nicholas Marriott | 2010-07-19 |
* | From Bob Beck: | Nicholas Marriott | 2010-04-06 |
* | Merge output (more) and copy modes into one single mode (called copy). | Micah Cowan | 2010-04-05 |
* | Sync OpenBSD patchset 636: | Tiago Cunha | 2010-02-08 |
* | Sync OpenBSD patchset 598: | Tiago Cunha | 2010-01-05 |
* | Sync OpenBSD patchset 581: | Tiago Cunha | 2009-12-04 |
* | Sync OpenBSD patchset 226: | Tiago Cunha | 2009-08-09 |
* | Sync OpenBSD patchset 207: | Tiago Cunha | 2009-07-30 |
* | When resizing a screen smaller in alternate screen mode, all the lines needed | Nicholas Marriott | 2009-07-18 |
* | When resizing a screen smaller in alternate screen mode, all the lines needed | Nicholas Marriott | 2009-07-17 |
* | Support "alternate screen" mode (terminfo smcup/rmcup) typically used by full | Nicholas Marriott | 2009-07-14 |
* | When the terminal size is reduced horizontally, don't truncate lines to the new | Nicholas Marriott | 2009-07-12 |
* | Fix $Id$. | Nicholas Marriott | 2009-07-08 |
* | When reinitialising the screen, do not omit to clear the last line. | Nicholas Marriott | 2009-07-08 |