summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2015-06-04teminal -> terminal, from Corey Farwell.Nicholas Marriott
2015-06-01Missing t at end of response, from Vincent Bernat.Nicholas Marriott
2015-06-01Clear signal handlers before event_reinit as apparently it can otherwiseNicholas Marriott
2015-05-31does not need syslog.hTheo de Raadt
2015-05-29Don't use special strings if #() commands fail, just remove the formatNicholas Marriott
2015-05-29Expand formats again inside #(), and free the temporaries.Nicholas Marriott
2015-05-29Use RB_MIN to get the lowest index for the current window when creatingNicholas Marriott
2015-05-27Move the jobs output cache into the formats code so that #() work moreNicholas Marriott
2015-05-20Return empty string if format is empty rather than attempting toNicholas Marriott
2015-05-19In terminfo, sometimes cvvis implies cnorm and sometimes it doesn't, soNicholas Marriott
2015-05-12To replace c0-*, add a high watermark to the pty event, and also backoffNicholas Marriott
2015-05-12Tidy blank lines when outputting server info.Nicholas Marriott
2015-05-12Add a session_alerts format which is a list of all the alerts in theNicholas Marriott
2015-05-12Add bell-action "other" to pass through bells in all windows except theNicholas Marriott
2015-05-11Left the c0-* options behind in the table.Nicholas Marriott
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