aboutsummaryrefslogtreecommitdiff
path: root/session.c
Commit message (Expand)AuthorAge
...
* Sync OpenBSD patchset 759:Tiago Cunha2010-09-10
* Sync OpenBSD patchset 730:Tiago Cunha2010-07-02
* Sync OpenBSD patchset 724:Tiago Cunha2010-06-22
* Sync OpenBSD patchset 723:Tiago Cunha2010-06-22
* Sync OpenBSD patchset 591:Tiago Cunha2009-12-26
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
* Sync OpenBSD patchset 567:Tiago Cunha2009-11-28
* Sync OpenBSD patchset 534:Tiago Cunha2009-11-13
* Sync OpenBSD patchset 483:Tiago Cunha2009-11-04
* Sync OpenBSD patchset 371:Tiago Cunha2009-10-11
* Sync OpenBSD patchset 370:Tiago Cunha2009-10-11
* Sync OpenBSD patchset 332:Tiago Cunha2009-09-20
* Sync from OpenBSD:Nicholas Marriott2009-09-16
* Sync OpenBSD patchset 320:Tiago Cunha2009-09-07
* Adjust OpenBSD patchset 305 to the portable version.Tiago Cunha2009-09-02
* Sync OpenBSD patchset 305:Tiago Cunha2009-09-02
* Sync OpenBSD patchset 257:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 254:Tiago Cunha2009-08-16
* Sync OpenBSD patchset 231:Tiago Cunha2009-08-09
* Fix $Id$.Nicholas Marriott2009-07-08
* Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-08
* - New window option monitor-content to search for a string in a window, andTiago Cunha2009-05-19
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
* * New session flag "set-remain-on-exit" to set remain-on-exit flag for new wi...Nicholas Marriott2009-03-21
* Unused variable.Nicholas Marriott2009-03-07
* Put socket path in $TMUX.Nicholas Marriott2009-03-04
* Better error messages for fork.Nicholas Marriott2009-01-23
* -a flags to next/previous window.Nicholas Marriott2009-01-18
* Make the window pane code handle panes of different sizes, and add a -l and -...Nicholas Marriott2009-01-12
* Pick up cwd from environment,.Nicholas Marriott2009-01-10
* Change server-info format.Nicholas Marriott2009-01-10
* Make window options work the same was as session options, add mode-fg/mode-bg...Nicholas Marriott2008-12-08
* Disable UTF-8 by default and add options to enable it.Nicholas Marriott2008-11-16
* Keep stack of previous windows.Nicholas Marriott2008-11-16
* TAILQ -> SLIST.Nicholas Marriott2008-11-05
* Trim.Nicholas Marriott2008-09-26
* Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott2008-08-28
* Set up environ properly.Nicholas Marriott2008-06-30
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
* Start of improved buffer code. Only set-buffer/show-buffer commands so far.Nicholas Marriott2008-06-20
* Trimify.Nicholas Marriott2008-06-18
* Use a socketpair to synchronise server startup.Nicholas Marriott2008-06-07
* Make server exit when last session dies. Also fix window check for status act...Nicholas Marriott2008-06-06
* Some Linux fixes; some code tidying. Don't redraw status bar so often.Nicholas Marriott2008-06-06
* Add activity monitoring, also invert items on taskbar which have activity.Nicholas Marriott2008-06-04
* Per-session configuration options.Nicholas Marriott2008-06-03
* It is too easy to create things in the same second; use a timespec instead.Nicholas Marriott2008-06-03
* Last bits of basic configuration file. By default in ~/.tmux.conf or specifie...Nicholas Marriott2008-06-02
* Major reorganisation of screen handling.Nicholas Marriott2007-12-06
* Double-free on session destroy.Nicholas Marriott2007-11-12