summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-05-11Remove the c0-* options which never really worked satisfactorily. GoingNicholas Marriott
2015-05-08Put the tty structs together, and tabify.Nicholas Marriott
2015-05-08grid_marker_cell is no longer used.Nicholas Marriott
2015-05-08mode_key_entry can go into mode-key.c; also a few spaces->tabs.Nicholas Marriott
2015-05-08window_choose_mode_item can move into window-choose.c.Nicholas Marriott
2015-05-08Move input parser structs into input.c (removing fairly uselessNicholas Marriott
2015-05-08Remove some stuff that accidentally ended up here from portable, andNicholas Marriott
2015-05-07Update environment when switching sessions as well as attaching, from SiNicholas Marriott
2015-05-07Style spacing nits.Nicholas Marriott
2015-05-07array.h can be local to window-choose.c now.Nicholas Marriott
2015-05-07Use a TAILQ not array for find-window.Nicholas Marriott
2015-05-07Simplify environ_push so it doesn't need the ARRAY_* functions.Nicholas Marriott
2015-05-07If status line is at the top, the offset needs to be adjusted whenNicholas Marriott
2015-05-06Remove ARRAY_* from history and expand completion to complete a) layoutNicholas Marriott
2015-05-06Add a format window_linked which is 1 if a window has been linkedNicholas Marriott
2015-05-06Turn cursor off during redraw, pointed out by George Nachman.Nicholas Marriott
2015-05-04Use the right index when expanding/collapsing tree, from Thomas Adam.Nicholas Marriott
2015-04-29Do not complain when directions fail.Nicholas Marriott
2015-04-29If default-terminal is set to "screen" or "screen-*", emulate screen'sNicholas Marriott
2015-04-28If looking for an index, don't fill in window when given a session.Nicholas Marriott
2015-04-28Do not do a search for the tty path if there isn't one.Nicholas Marriott
2015-04-28If can't find pane as a pane, try as a window; likewise if can't findNicholas Marriott
2015-04-28Add select-layout -o to undo the last layout change (apply the previouslyNicholas Marriott
2015-04-27Do not include unattached clients when trying to find one for target.Nicholas Marriott
2015-04-27Reset cfg_ncauses to 0 as well or we could allocate the wrong size ifNicholas Marriott
2015-04-27Assign to the right variable when comparing clients.Nicholas Marriott
2015-04-27Rewrite of the target resolution internals to be simpler and moreNicholas Marriott
2015-04-27If the requested pane is already active, do not unzoom the window (or doNicholas Marriott
2015-04-26Remove panes from layout if spawning them fails, reported by Anthony JNicholas Marriott
2015-04-25Get rid of window_choose_list type.Nicholas Marriott
2015-04-25Fix some char* -> char *.Nicholas Marriott
2015-04-25Use a char **,u_int pair for cfg_causes.Nicholas Marriott
2015-04-25Make message log a TAILQ.Nicholas Marriott
2015-04-25Move the functions to convert ids from strings into session.c and window.c.Nicholas Marriott
2015-04-25Explicitly cancel mouse "button" mode, this happens implicitly with someNicholas Marriott
2015-04-24Convert clients list into a TAILQ.Nicholas Marriott
2015-04-24Set working directory for run-shell and if-shell.Nicholas Marriott
2015-04-24Allow choice options (multiple states) to be toggled between states 0Nicholas Marriott
2015-04-24Set up signal handler earlier so that we don't get zombies, reported byNicholas Marriott
2015-04-23use reallocarray instead of calloc; avoid the zero before infillTheo de Raadt
2015-04-22Make session_has return a flag, returning the first winlink found is aNicholas Marriott
2015-04-22Change the windows array into an RB tree and fix some places where weNicholas Marriott
2015-04-22window_index is only used in one place (window_destroy) so inline it there.Nicholas Marriott
2015-04-21Look up indexes as number before name, makes more sense if windows areNicholas Marriott
2015-04-21Always format real layout even when zoomed.Nicholas Marriott
2015-04-21Do not die on USR1 if any of the socket parent directories areNicholas Marriott
2015-04-21Simplify error messages when socket connect fails, suggested by "Karthik K".Nicholas Marriott
2015-04-21The free callback could end up being fired before the done callbackNicholas Marriott
2015-04-21Fix moving windows to nonexistent indexes when renumber-windows isNicholas Marriott
2015-04-21Bind mouse dragging so that it is passed through to applications if theyNicholas Marriott