aboutsummaryrefslogtreecommitdiff
path: root/server.c
Commit message (Expand)AuthorAge
...
| * Add a new display-panes command, with two options (display-panes-colour andNicholas Marriott2009-08-31
| * Don't call tty_free unless the client is a terminal, otherwise tty_init hasn'tNicholas Marriott2009-08-31
| * When using source-file, run the commands in the context of the source-fileNicholas Marriott2009-08-23
| * Whoops, getting the comparison the right way round is usually recommended.Nicholas Marriott2009-08-18
| * options_get_number() is relatively expensive and a check for dead panes happensNicholas Marriott2009-08-18
| * Reset attributes as well as scroll region before poll(2) and add a big commentNicholas Marriott2009-08-14
| * Initialise log_fd to -1, prevents spurious disconnection of the client when itNicholas Marriott2009-08-11
| * Drop the no_stop argument to tty_close and tty_free in favour of a flag in theNicholas Marriott2009-08-11
| * Switch tmux to use imsg. This is the last major change to make theNicholas Marriott2009-08-11
| * Reset the attributes after drawing all or part of the screen, and reset theNicholas Marriott2009-08-10
| * If there is an error in the configuration file, don't just exit(1) as this canNicholas Marriott2009-08-07
| * Next step towards customisable mode keys: build each default table of keys intoNicholas Marriott2009-07-28
| * Permit commands to be bound to key presses without the prefix key first. TheNicholas Marriott2009-07-24
| * Make some functions which return unused values void (mostly found by lint) andNicholas Marriott2009-07-21
| * Display the number of failed password attempts (if any) when the server isNicholas Marriott2009-07-20
| * Improved layout code.Nicholas Marriott2009-07-19
| * Add three new session options: visual-activity, visual-bell, visual-content. IfNicholas Marriott2009-07-18
| * Instead of faking up a status line in status_redraw, use the same code toNicholas Marriott2009-07-14
| * Creating a key binding which replaces itself (such as "bind x bind x lsw")Nicholas Marriott2009-07-12
| * If it exist, load a system-wide configuration file /etc/tmux.conf before anyNicholas Marriott2009-07-12
| * Rename the global options variables to be shorter and to make session optionsNicholas Marriott2009-07-07
| * After logging (if enabled) is switched to file, there is no reason to keepNicholas Marriott2009-06-26
| * Remove some dead assignments, found by sthen with clang.Nicholas Marriott2009-06-25
| * Change find-window and monitor-content to use fnmatch(3). For convenience andNicholas Marriott2009-06-24
| * Make remain-on-exit work again when there is only one pane left, which wasNicholas Marriott2009-06-24
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-06-01
* Sync OpenBSD patchset 1150:Tiago Cunha2012-07-11
* Sync OpenBSD patchset 1092:Tiago Cunha2012-04-12
* Sync OpenBSD patchset 1043:Tiago Cunha2012-03-18
* Expand the Id keyword. Tiago Cunha2011-07-09
* PatchSet 870Nicholas Marriott2011-04-06
* Sync OpenBSD patchset 854:Tiago Cunha2011-02-15
* Sync OpenBSD patchset 834:Tiago Cunha2011-01-21
* Sync OpenBSD patchset 819:Tiago Cunha2011-01-03
* Global paste buffers instead of per-session which renders copy-buffer useless.Tiago Cunha2010-12-30
* Sync OpenBSD patchset 806:Tiago Cunha2010-12-22
* Put setproctitle back under HAVE_SETPROCTITLE.Nicholas Marriott2010-10-24
* Sync OpenBSD patchset 777:Tiago Cunha2010-10-24
* Sync OpenBSD patchset 775:Tiago Cunha2010-10-24
* Sync OpenBSD patchset 766:Tiago Cunha2010-10-09
* Sync OpenBSD patchset 765:Tiago Cunha2010-10-09
* Sync OpenBSD patchset 751:Tiago Cunha2010-08-29
* Sync OpenBSD patchset 722:Tiago Cunha2010-06-22
* Fix bad merge, from Romain Francoise.Nicholas Marriott2010-05-16
* Sync OpenBSD patchset 696:Tiago Cunha2010-05-14
* there can be only one rpathbufNicholas Marriott2010-04-08
* Sync nit.Nicholas Marriott2010-04-06
* Merge output (more) and copy modes into one single mode (called copy).Micah Cowan2010-04-05
* Unused variable.Nicholas Marriott2010-03-16
* Sync OpenBSD patchset 640:Tiago Cunha2010-02-08