aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* +.Nicholas Marriott2010-02-11
|
* Update.Tiago Cunha2010-02-08
|
* Sync OpenBSD patchset 642:Tiago Cunha2010-02-08
| | | | | | Add an option to disable the smcup/rmcup alternate screen behaviour inside tmux. From clemens fischer.
* Sync OpenBSD patchset 641:Tiago Cunha2010-02-08
| | | | | next-layout is bound to Space not C-Space.
* Sync OpenBSD patchset 640:Tiago Cunha2010-02-08
| | | | | Use the array.h code for the causes list.
* Sync OpenBSD patchset 639:Tiago Cunha2010-02-08
| | | | | | Support attaching a client read-only with a new -r flag to the attach-session command.
* Sync OpenBSD patchset 638:Tiago Cunha2010-02-08
| | | | | | Change nested check to compare server socket path rather than just assuming that if $TMUX is set it is nested. From Micah Cowan.
* Sync OpenBSD patchset 637:Tiago Cunha2010-02-08
| | | | | Clean up $TMUX parsing, from Micah Cowan, tweaked by me.
* Sync OpenBSD patchset 636:Tiago Cunha2010-02-08
| | | | | Rectangle copy support, from Robin Lee Powell.
* Sync OpenBSD patchset 635:Tiago Cunha2010-02-08
| | | | | | | Instead of bailing out on the first configuration file error, carry on, collecting all the errors, then start with the active window in more mode displaying them.
* Update.Tiago Cunha2010-02-05
|
* Sync OpenBSD patchset 634:Tiago Cunha2010-02-05
| | | | | | | | | vi-style B, W and E keys in copy mode to navigate between words treating only spaces as word separators. Also add . to the list of word separators for standard word navigation. From Micah Cowan, tweaked slightly by me.
* Sync OpenBSD patchset 633:Tiago Cunha2010-02-05
| | | | | | Read the path from $TMUX if it is present and -L and -S are not given. Based on a diff from Micah Cowan.
* Sync OpenBSD patchset 632:Tiago Cunha2010-02-05
| | | | | | Option to display the active pane in a different colour with the display-panes command. From Paul Hoffman, thanks.
* Sync OpenBSD patchset 631:Tiago Cunha2010-02-05
| | | | | Fix divide by zero on small windows with main-* layouts.
* +.Nicholas Marriott2010-02-04
|
* +.Nicholas Marriott2010-02-03
|
* Make it detect multiple options with a single leading `-' (eg set -gw).Tiago Cunha2010-02-03
|
* Sync OpenBSD patchset 630:Tiago Cunha2010-02-02
| | | | | | | If redrawing line 0 of the screen onto the tty, there can't be a wrap flag on the previous line, so move the cursor. Fixes status line redraw issues when resizing in choose mode and hopefully at other times as well.
* Sync OpenBSD patchset 629:Tiago Cunha2010-02-02
| | | | | Add scroll-up/scroll-down for choose/more mode, from Micah Cowan.
* Sync OpenBSD patchset 628:Tiago Cunha2010-02-02
| | | | | Remove unnecessary comparison, pointed out by Tiago Cunha.
* Sync OpenBSD patchset 626:Tiago Cunha2010-02-02
| | | | | | Don't stop parsing command sequences when a command requests the client to stick around (attach-session/new-session).
* Sync OpenBSD patchset 625:Tiago Cunha2010-02-02
| | | | | Ignore SIGHUP as well.
* Old comment.Nicholas Marriott2010-02-02
|
* +.Nicholas Marriott2010-01-30
|
* Sync OpenBSD patchset 624:Tiago Cunha2010-01-28
| | | | | Typo, from Micah Cowan.
* Sync OpenBSD patchset 623:Tiago Cunha2010-01-28
| | | | | Actually bind the new key to e.
* Sync OpenBSD patchset 622:Tiago Cunha2010-01-28
| | | | | | Calculate offset correctly, fixes incorrect offset and prevents crash when status-left is empty. From Micah Cowan.
* Sync OpenBSD patchset 621:Tiago Cunha2010-01-28
| | | | | | Alter next-word to have vi-like movement behaviour, and add next-word-end with the existing emacs behaviour. From Micah Cowan.
* Sync OpenBSD patchset 620:Tiago Cunha2010-01-28
| | | | | Actually use the copy made when no newline is found, from martynas@.
* Sync OpenBSD patchset 619:Tiago Cunha2010-01-28
| | | | | Hugely simplify window_copy_cursor_next_word, which was way overcomplicated.
* Sync OpenBSD patchset 618:Tiago Cunha2010-01-28
| | | | | Update the selection properly after goto line or searching.
* Sync OpenBSD patchset 617:Tiago Cunha2010-01-28
| | | | | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
* +.Nicholas Marriott2010-01-25
|
* Sync OpenBSD patchset 616:Tiago Cunha2010-01-25
| | | | | | Redraw properly when scrolling backward and the cursor is on the last line. Based on a fix from Micah Cowan.
* Sync OpenBSD patchset 615:Tiago Cunha2010-01-25
| | | | | | When a window is destroyed, remove all links to it from each session rather than just the first. Reported by Robin Lee Powell.
* Sync OpenBSD patchset 614:Tiago Cunha2010-01-25
| | | | | Don't leak if arguments appear multiple times, from Tiago Cunha.
* Sync OpenBSD patchset 613:Tiago Cunha2010-01-25
| | | | | Use C-e and C-y for scrolling in vi mode, from Micah Cowan.
* +.Nicholas Marriott2010-01-24
|
* +.Nicholas Marriott2010-01-23
|
* Sync OpenBSD patchset 612:Tiago Cunha2010-01-22
| | | | | Don't leak line, from Tiago Cunha.
* Sync OpenBSD patchset 611:Tiago Cunha2010-01-22
| | | | | | | | Permit !, + and - to be used for window targets to specify last window (!), or next and previous window by number (+ and -). Also tidy an if in cmd-new-window.c.
* XHTML validation issues, from Mike Putnam.Nicholas Marriott2010-01-19
|
* As of release 1.0, the server automatically sets the status-utf8, and utf8Tiago Cunha2010-01-19
| | | | | options if started with -u.
* Done.Tiago Cunha2010-01-19
|
* Sync OpenBSD patchset 610:Tiago Cunha2010-01-19
| | | | | Missing Pp, from Tiago Cunha.
* +.Nicholas Marriott2010-01-18
|
* Sync OpenBSD patchset 609:Tiago Cunha2010-01-17
| | | | | Document swap-pane -d.
* Sync OpenBSD patchset 608:Tiago Cunha2010-01-17
| | | | | | Permit S- prefix on keys for shift. Relatively few terminals support this (basically xterm only) and even fewer have them in terminfo (kLFT2 and kRIT2).
* Sync OpenBSD patchset 607:Tiago Cunha2010-01-17
| | | | | key should be an int not a char.