index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
tmux
/
tmux.h
Age
Commit message (
Expand
)
Author
2015-06-07
Add -E flag when attaching or switching client to bypass
Nicholas Marriott
2015-06-05
Handle the RGB colour escape sequence (\033[38;2;<r>;<g>;<b>m and 48;2)
Nicholas Marriott
2015-06-05
Similarly, for sessions use a callback to free rather than checking
Nicholas Marriott
2015-06-05
Change deref to the more sensible unref, and add a couple I missed before.
Nicholas Marriott
2015-06-05
Instead of putting dead clients on a list and checking it every loop,
Nicholas Marriott
2015-06-04
Move the nested check from client to server and compare the client tty
Nicholas Marriott
2015-06-04
Add support for a single "marked pane". There is one marked pane in the
Nicholas Marriott
2015-05-27
Move the jobs output cache into the formats code so that #() work more
Nicholas Marriott
2015-05-12
To replace c0-*, add a high watermark to the pty event, and also backoff
Nicholas Marriott
2015-05-12
Add bell-action "other" to pass through bells in all windows except the
Nicholas Marriott
2015-05-11
Remove the c0-* options which never really worked satisfactorily. Going
Nicholas Marriott
2015-05-08
Put the tty structs together, and tabify.
Nicholas Marriott
2015-05-08
grid_marker_cell is no longer used.
Nicholas Marriott
2015-05-08
mode_key_entry can go into mode-key.c; also a few spaces->tabs.
Nicholas Marriott
2015-05-08
window_choose_mode_item can move into window-choose.c.
Nicholas Marriott
2015-05-08
Move input parser structs into input.c (removing fairly useless
Nicholas Marriott
2015-05-07
array.h can be local to window-choose.c now.
Nicholas Marriott
2015-05-06
Remove ARRAY_* from history and expand completion to complete a) layout
Nicholas Marriott
2015-05-06
Add a format window_linked which is 1 if a window has been linked
Nicholas Marriott
2015-04-28
Add select-layout -o to undo the last layout change (apply the previously
Nicholas Marriott
2015-04-27
Rewrite of the target resolution internals to be simpler and more
Nicholas Marriott
2015-04-25
Make message log a TAILQ.
Nicholas Marriott
2015-04-25
Move the functions to convert ids from strings into session.c and window.c.
Nicholas Marriott
2015-04-24
Convert clients list into a TAILQ.
Nicholas Marriott
2015-04-24
Set working directory for run-shell and if-shell.
Nicholas Marriott
2015-04-22
Make session_has return a flag, returning the first winlink found is a
Nicholas Marriott
2015-04-22
Change the windows array into an RB tree and fix some places where we
Nicholas Marriott
2015-04-22
window_index is only used in one place (window_destroy) so inline it there.
Nicholas Marriott
2015-04-21
Always format real layout even when zoomed.
Nicholas Marriott
2015-04-20
Support for multiple key tables to commands to be bound to sequences of
Nicholas Marriott
2015-04-19
Rewrite of tmux mouse support which was a mess. Instead of having
Nicholas Marriott
2015-04-19
Support setting the default window and pane background colours (window
Nicholas Marriott
2015-02-06
status_replace can now become local to status.c and it no longer needs
Nicholas Marriott
2015-02-06
Add format_expand_time and use it instead of status_replace where
Nicholas Marriott
2015-02-05
Wrap all the individual format_* calls in a single format_defaults
Nicholas Marriott
2015-02-05
There is no need to save the guard state because the function checks it
Nicholas Marriott
2015-02-01
Remove two unused arguments from status_replace.
Nicholas Marriott
2015-01-20
Support blinking cursor mode, both the xterm CSI ?12 h/l and (the
Nicholas Marriott
2014-12-09
Add pane_dead_status for exit status of dead panes.
Nicholas Marriott
2014-12-02
Permit option values to be used in formats.
Nicholas Marriott
2014-11-30
Remove dead code, from Thomas Adam.
Nicholas Marriott
2014-11-14
Label windows which are smaller than expected with a reason.
Nicholas Marriott
2014-11-06
Add V for select line with vi(1) keys. From Juho Pohjala.
Nicholas Marriott
2014-10-27
Move cfg_causes local into cfg.c and remove struct causelist.
Nicholas Marriott
2014-10-22
Merge unlink-window into kill-window.
Nicholas Marriott
2014-10-21
Only redraw pane when it has actually changed.
Nicholas Marriott
2014-10-20
Better format for printf format attributes.
Nicholas Marriott
2014-10-20
Move template defines back into .c files.
Nicholas Marriott
2014-10-20
Tidy up some includes.
Nicholas Marriott
2014-10-20
Instead of setting up the default keys by building the key struct
Nicholas Marriott
[next]