Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | libevent needs librt on Linux, from Aaron Isotton. | Nicholas Marriott | 2010-04-02 |
| | |||
* | Don't accept keys with modifiers as input. Fixes crash reported by Brian | Nicholas Marriott | 2010-03-31 |
| | | | | | R Landy. | ||
* | +. | Nicholas Marriott | 2010-03-29 |
| | |||
* | Nuke unused functions. | Nicholas Marriott | 2010-03-27 |
| | |||
* | -a flag to insert a window after an existing one, moving other windows | Nicholas Marriott | 2010-03-27 |
| | | | | | up as necessary. | ||
* | +. | Nicholas Marriott | 2010-03-27 |
| | |||
* | +. | Nicholas Marriott | 2010-03-18 |
| | |||
* | Reset output functions too when changing client after attaching. | Nicholas Marriott | 2010-03-18 |
| | |||
* | paste-buffer should be per pane, from C. Coutinho. | Nicholas Marriott | 2010-03-18 |
| | |||
* | Unused variable. | Nicholas Marriott | 2010-03-16 |
| | |||
* | Minor Nazi style tweaks to previous, and man page rephrasery. | Nicholas Marriott | 2010-03-16 |
| | |||
* | Jump-forward, jump-backward in copy mode, based on vi's F and f commands. | Micah Cowan | 2010-03-16 |
| | |||
* | Support up, down, left, right movement through panes with -UDLR flags to | Nicholas Marriott | 2010-03-15 |
| | | | | | | | | select-pane. Also remove up- and down-pane: equivalent behaviour is now available using -t :.+ and -t :.-. | ||
* | Accept a full key match (not a partial) even if there is data left in | Nicholas Marriott | 2010-03-15 |
| | | | | | the buffer. | ||
* | +. | Nicholas Marriott | 2010-03-15 |
| | |||
* | New input parser based on http://vt100.net/emu/dec_ansi_parser. | Nicholas Marriott | 2010-03-15 |
| | |||
* | + an item. | Nicholas Marriott | 2010-03-14 |
| | |||
* | Quick prioritise for 1.3. | Nicholas Marriott | 2010-03-14 |
| | |||
* | Avoid use-after-free when cancelling copy mode. | Nicholas Marriott | 2010-03-14 |
| | |||
* | +. | Nicholas Marriott | 2010-03-10 |
| | |||
* | Mention dependencies. | Nicholas Marriott | 2010-03-10 |
| | |||
* | Working on 1.3. | Tiago Cunha | 2010-03-10 |
| | |||
* | Done. | Tiago Cunha | 2010-03-10 |
| | |||
* | Update CHANGES, and NOTES for the 1.2 release. | Tiago Cunha | 2010-03-10 |
| | |||
* | Bump VERSION. | Tiago Cunha | 2010-03-10 |
| | |||
* | Prepare the tree for the 1.2 release. | Tiago Cunha | 2010-03-10 |
| | |||
* | Plug memory leak, from Gregory Thiemonge. | Nicholas Marriott | 2010-03-10 |
| | |||
* | Sync OpenBSD patchset 658: | Tiago Cunha | 2010-03-08 |
| | | | | | | | | Permit keys in copy mode to be prefixed by a repeat count, entered with [1-9] in vi mode, or M-[1-9] in emacs mode. From Micah Cowan, tweaked a little by me. | ||
* | Sync OpenBSD patchset 657: | Tiago Cunha | 2010-03-08 |
| | | | | | | | | | | Extend the end-of-line key so that in normal mode a second press moves the cursor to the end of a wrapped line (if present) and in rectangle mode it toggles between the end of the text and the last cell on the line. From Micah Cowan. | ||
* | Sync OpenBSD patchset 656: | Tiago Cunha | 2010-03-08 |
| | | | | | | | | Check for colour and attribute modifications early so the translated values can be stored in the cached terminal attributes rather than the requested (untranslated) values. Prevents tmux clearing and setting the attributes for every character when using aixterm colours. | ||
* | +. | Nicholas Marriott | 2010-03-06 |
| | |||
* | +. | Nicholas Marriott | 2010-03-01 |
| | |||
* | Some done, some tidying, some added. | Nicholas Marriott | 2010-03-01 |
| | |||
* | + and -. | Nicholas Marriott | 2010-03-01 |
| | |||
* | Sync OpenBSD patchset 655: | Tiago Cunha | 2010-02-26 |
| | | | | | Typo fix from Tim van der Molen. | ||
* | Sync OpenBSD patchset 654: | Tiago Cunha | 2010-02-26 |
| | | | | | | Don't set the terminal to nonblocking on detach until we have finished with it entirely. | ||
* | Update. | Tiago Cunha | 2010-02-26 |
| | |||
* | Sync OpenBSD patchset 653: | Tiago Cunha | 2010-02-26 |
| | | | | | | Option to set the characters considered word separators in copy mode, from Micah Cowan. | ||
* | Sync OpenBSD patchset 652: | Tiago Cunha | 2010-02-26 |
| | | | | | | | In load-buffer, read until EOF rather than using stat() and reading a fixed size. Allows use of FIFOs and whatnot. From Tiago Cunha, idea from Fulvio Ciriaco. | ||
* | Sync OpenBSD patchset 651: | Tiago Cunha | 2010-02-26 |
| | | | | | | | Another copy mode fix from Micah Cowan: in rectangle copy mode, the cursor should not wrap at the end of the text on the line but should be allowed to move freely. | ||
* | Sync OpenBSD patchset 650: | Tiago Cunha | 2010-02-26 |
| | | | | | Display -t argument to new-session, from Tiago Cunha. | ||
* | Sync OpenBSD patchset 649: | Tiago Cunha | 2010-02-26 |
| | | | | | | have_arg matches buf so it is no longer necessary, spotted by Tim van der Molen. | ||
* | Sync OpenBSD patchset 648: | Tiago Cunha | 2010-02-26 |
| | | | | | | copy mode uses the real screen as backing and if it is updated while copying, strange things can happen. So, freeze reading from the pty while in copy mode. | ||
* | +. | Nicholas Marriott | 2010-02-24 |
| | |||
* | + | Nicholas Marriott | 2010-02-24 |
| | |||
* | Sync OpenBSD patchset 647: | Tiago Cunha | 2010-02-18 |
| | | | | | | Make next-word stop at beginning of word even if it is at the start of the line, from Micah Cowan. | ||
* | Sync OpenBSD patchset 646: | Tiago Cunha | 2010-02-18 |
| | | | | | Man page additions/improvements, thanks to Robin Lee Powell. | ||
* | Sync OpenBSD patchset 645: | Tiago Cunha | 2010-02-18 |
| | | | | | | Don't strip add newline if only copying part of wrapped line. Problem spotted by and fix from Micah Cowan. | ||
* | Sync OpenBSD patchset 644: | Tiago Cunha | 2010-02-18 |
| | | | | | | Add "N" key to search the opposite way from the last search (reverse of "n"), from Micah Cowan. | ||
* | Sync OpenBSD patchset 643: | Tiago Cunha | 2010-02-18 |
| | | | | | Clarify default status-right, from Seth Wright. |