aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* there can be only one rpathbufNicholas Marriott2010-04-08
|
* Sync nit.Nicholas Marriott2010-04-06
|
* Unbreak. Whoops.Nicholas Marriott2010-04-06
|
* Man page sync.Nicholas Marriott2010-04-06
|
* From Bob Beck:Nicholas Marriott2010-04-06
| | | | | | | | | rather than using an empty "" as the default window title, put the hostname of the machine we are running on in there. makes my many green lines easier to deal with without using fiddly options to set it.
* -s src-pane.Nicholas Marriott2010-04-06
|
* Dead assignment.Nicholas Marriott2010-04-06
|
* Run job commands explicitly in the global enviroment (which can beNicholas Marriott2010-04-06
| | | | | | modified with setenv -g) rather than with the environment tmux started with.
* Squash a function that is only called in a callback into theNicholas Marriott2010-04-06
| | | | | callback function.
* Stupid style nits.Nicholas Marriott2010-04-06
|
* window-more.c is now defunct.Nicholas Marriott2010-04-06
|
* +.Nicholas Marriott2010-04-05
|
* FreeBSD kqueue is broken before 8.Nicholas Marriott2010-04-05
|
* Merge output (more) and copy modes into one single mode (called copy).Micah Cowan2010-04-05
|
* libevent needs librt on Linux, from Aaron Isotton.Nicholas Marriott2010-04-02
|
* Don't accept keys with modifiers as input. Fixes crash reported by BrianNicholas Marriott2010-03-31
| | | | | R Landy.
* +.Nicholas Marriott2010-03-29
|
* Nuke unused functions.Nicholas Marriott2010-03-27
|
* -a flag to insert a window after an existing one, moving other windowsNicholas Marriott2010-03-27
| | | | | up as necessary.
* +.Nicholas Marriott2010-03-27
|
* +.Nicholas Marriott2010-03-18
|
* Reset output functions too when changing client after attaching.Nicholas Marriott2010-03-18
|
* paste-buffer should be per pane, from C. Coutinho.Nicholas Marriott2010-03-18
|
* Unused variable.Nicholas Marriott2010-03-16
|
* Minor Nazi style tweaks to previous, and man page rephrasery.Nicholas Marriott2010-03-16
|
* Jump-forward, jump-backward in copy mode, based on vi's F and f commands.Micah Cowan2010-03-16
|
* Support up, down, left, right movement through panes with -UDLR flags toNicholas Marriott2010-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 inNicholas Marriott2010-03-15
| | | | | the buffer.
* +.Nicholas Marriott2010-03-15
|
* New input parser based on http://vt100.net/emu/dec_ansi_parser.Nicholas Marriott2010-03-15
|
* + an item.Nicholas Marriott2010-03-14
|
* Quick prioritise for 1.3.Nicholas Marriott2010-03-14
|
* Avoid use-after-free when cancelling copy mode.Nicholas Marriott2010-03-14
|
* +.Nicholas Marriott2010-03-10
|
* Mention dependencies.Nicholas Marriott2010-03-10
|
* Working on 1.3.Tiago Cunha2010-03-10
|
* Done.Tiago Cunha2010-03-10
|
* Update CHANGES, and NOTES for the 1.2 release.Tiago Cunha2010-03-10
|
* Bump VERSION.Tiago Cunha2010-03-10
|
* Prepare the tree for the 1.2 release.Tiago Cunha2010-03-10
|
* Plug memory leak, from Gregory Thiemonge.Nicholas Marriott2010-03-10
|
* Sync OpenBSD patchset 658:Tiago Cunha2010-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 Cunha2010-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 Cunha2010-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 Marriott2010-03-06
|
* +.Nicholas Marriott2010-03-01
|
* Some done, some tidying, some added.Nicholas Marriott2010-03-01
|
* + and -.Nicholas Marriott2010-03-01
|
* Sync OpenBSD patchset 655:Tiago Cunha2010-02-26
| | | | | Typo fix from Tim van der Molen.
* Sync OpenBSD patchset 654:Tiago Cunha2010-02-26
| | | | | | Don't set the terminal to nonblocking on detach until we have finished with it entirely.