aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Sync OpenBSD patchset 685:Tiago Cunha2010-04-22
| | | | | | Rewrite key string conversions to be readable and to work properly for multiple modifiers.
* Sync OpenBSD patchset 684:Tiago Cunha2010-04-22
| | | | | Catch SIGCHLD to avoid a zombie, from patrick keshishian.
* Done.Nicholas Marriott2010-04-21
|
* Don't set user and group with install, from Nicolas Pinto.Nicholas Marriott2010-04-21
|
* Sync OpenBSD patchset 683:Tiago Cunha2010-04-18
| | | | | | Fix typo in escape state table leading to fatal() when \033} or \033~ was entered, from Chris Johnsen.
* Sync OpenBSD patchset 682:Tiago Cunha2010-04-18
| | | | | | | | If remain-on-exit is set, both the error callback and a SIGCHLD could destroy the same pane (because the first one doesn't remove it from the list of panes), causing the pane bufferevent to be freed twice. So don't free it if the fd has already been set to -1, from Romain Francoise.
* +.Nicholas Marriott2010-04-18
|
* Sync OpenBSD patchset 680:Tiago Cunha2010-04-12
| | | | | | | | | | | | Remove XXX comment and just close received fd if calloc() fails. If this happens the imsg may no longer be usable as there may be queued messages, but this is a) already the case with the code now, and b) would be the case if recvmsg() fails anyway, so we can document that -1 from imsg_read() invalidates the struct imsgbuf. discussed with and ok eric
* Don't try to use a window-link that may have been freed.Micah Cowan2010-04-09
| | | | | | | | | | | | | | | | | | In the case where a join-pane is performed from within a grouped session, and the source pane had no siblings in the window (causing the window to be destroyed), there was an invalid access of the destination window link (which had been destroyed as part of the group session's resynchronization with the original session, due to killing the now-empty source window). CVS: ---------------------------------------------------------------------- CVS: Enter Log. Lines beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS: cmd-join-pane.c CVS: ----------------------------------------------------------------------
* 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
|