aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
Commit message (Expand)AuthorAge
...
* When the active pane changes, redraw panes if the style hasnicm2015-09-14
* Make refresh-client force update of jobs, from Sina Siadat.nicm2015-09-14
* Add copy-mode -e to exit copy mode when scrolling off the bottom, usefulnicm2015-09-13
* Merge delete-buffer into cmd-set-buffer.c and change the paste buffernicm2015-09-11
* Add session_last_attached time and format, from Sina Siadat.nicm2015-09-10
* A one line helper function is a little silly.nicm2015-09-02
* We no longer need the terminal service class, so don't bother asking for it.nicm2015-09-02
* Remove dead_clients which is no longer used.nicm2015-09-01
* Work out config file when needed not at startup.nicm2015-09-01
* Move initial conf load into cfg.c.nicm2015-09-01
* All the cmd_*_entry declarations do not need to be in tmux.h.nicm2015-09-01
* Path from $TMUX does not need to be global anymore.nicm2015-08-30
* Login shell can be a client flag, and move the exec code into client.c.nicm2015-08-30
* Event base does not need to be global.nicm2015-08-30
* Remove some old prototypes and unused functions.nicm2015-08-29
* struct args_entry can go into arguments.c.nicm2015-08-29
* paste_send_pane can be merged into cmd-paste-buffer.c now.nicm2015-08-29
* Move struct paste_buffer out of tmux.h.nicm2015-08-29
* Move alerts onto events rather than checking every loop.nicm2015-08-29
* Better take on reducing the name timer. Again check for name changes innicm2015-08-29
* Revert previous; we do need a timer, until I have a better idea. Wenicm2015-08-28
* We now only checking for name changes when the active pane has changed,nicm2015-08-28
* Per-session timers for locking, and remove the global one-second timer.nicm2015-08-28
* Make session_update_activity more useful and use it in more places.nicm2015-08-28
* Give clock mode its own timer.nicm2015-08-28
* Run status update on a per-client timer at status-interval.nicm2015-08-28
* Move format job cleanup onto its own timer.nicm2015-08-28
* Only do the automatic-rename dance if the pane has changed (seen output,nicm2015-08-28
* status_out and associated data structures are no longer used.nicm2015-07-29
* Tidy up the way terminals are described and move some structs out of tmux.h.nicm2015-07-28
* Add an option (history-file) for a file to save/restore command promptnicm2015-07-20
* Fix line endings.nicm2015-07-13
* Initialize cwd fd to -1 so that we don't close fd 0 if the client isnicm2015-07-13
* Move the shuffle code from new-window -a into a function and add a -anicm2015-06-17
* Use an explicit job state instead of avoid closing our side of thenicm2015-06-17
* Add window_activity format, from Thomas Adam based on a diff originallynicm2015-06-15
* Add a format for client PID (client_pid) and server PID (pid). Diff fornicm2015-06-14
* Add -E flag when attaching or switching client to bypassnicm2015-06-07
* Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2)nicm2015-06-05
* Similarly, for sessions use a callback to free rather than checkingnicm2015-06-05
* Change deref to the more sensible unref, and add a couple I missed before.nicm2015-06-05
* Instead of putting dead clients on a list and checking it every loop,nicm2015-06-05
* Move the nested check from client to server and compare the client ttynicm2015-06-04
* Add support for a single "marked pane". There is one marked pane in thenicm2015-06-04
* Move the jobs output cache into the formats code so that #() work morenicm2015-05-27
* To replace c0-*, add a high watermark to the pty event, and also backoffnicm2015-05-12
* Add bell-action "other" to pass through bells in all windows except thenicm2015-05-12
* Remove the c0-* options which never really worked satisfactorily. Goingnicm2015-05-11
* Put the tty structs together, and tabify.nicm2015-05-08
* grid_marker_cell is no longer used.nicm2015-05-08