summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2013-10-11And get it right this time... don't leak if it is an empty string either.nicm
2013-10-10Bracket in the wrong place in description of c0-change-trigger.nicm
2013-10-10Fix leak in format_get_command.nicm
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm
2013-10-10Use format_get_command() and some spacing tweaks.nicm
2013-10-10Pass -1 for cwd now not NULL.nicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Remove now unused cmd_get_default_path.nicm
2013-10-10Don't boke when figuring out working directory from configuration file.nicm
2013-10-10Show session name in detached message. Requested by somebody a fewnicm
2013-10-10Don't look at string[length - 1] if length == 0.nicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Make tilde expansion in command strings work even if it isn't terminated by /.nicm
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm
2013-10-10retcode -> retval for exit message.nicm
2013-10-10Merge IDENTIFY_* flags with CLIENT_* flags.nicm
2013-10-10Remove CMD_SENDENVIRON.nicm
2013-10-10mouse-resize-pane: Only resize on border selectnicm
2013-10-10Support -c for new-session, based on code from J Raynor.nicm
2013-10-10Make cmdq->client_exit a tristate (-1 means "not set") so that ifnicm
2013-10-10First period not last for host_short, from Michael Scholz.nicm
2013-10-10Don't treat TMUX_TMPDIR as a potential filenicm
2013-10-10Mark flags as optional and mutually exclusive. From Tiago Cunha.nicm
2013-10-10Trivial style and spacing nits.nicm
2013-10-10Remove the barely-used and unnecessary command check() function.nicm
2013-10-10Clear window->flags when clearing winlinksnicm
2013-10-10choose-tree: Reset top when toggling itemsnicm
2013-10-10Renumber windows: Lookup lastw via window not indexnicm
2013-10-10Assign mouse x/y coords before checking them. When receiving mousenicm
2013-10-10Accept multiple parameters to SM/RM/DECSET/DECRST, based on a diff fromnicm
2013-10-10Add automatic-rename-format option allowing automatic rename to usenicm
2013-10-10Allow nested format expansion.nicm
2013-10-10Add length limit operator for formats.nicm
2013-10-10Handle input mouse positions <33 (we already can generate them).nicm
2013-10-10Only include actual trailing spaces not unused cells with capturep -J,nicm
2013-10-10Allow the file descriptor received from the client to be -1.nicm
2013-10-10Add formats for window flags.nicm
2013-10-10Missing space in refresh-client synopsis.nicm
2013-10-10Grouped sessions were being leaked on destroy, correctly free them.nicm
2013-10-10Make recalculate_sizes() handle an empty window with no activenicm
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm
2013-10-05Change the default for the default-path option to ~. This is a quicknicm
2013-10-05Fix previous not to leak fd on failure, whoops.nicm
2013-10-05Use open(".")/fchdir() to save and restore current directory rather thannicm
2013-07-16use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@schwarze
2013-07-12Make next-word-end work properly with vi(1) keys, reported by patrickNicholas Marriott
2013-07-05Add pane_synchronized format, from Romain Francoise.Nicholas Marriott
2013-07-05Clarify error messages when setting options, from Thomas Adam.Nicholas Marriott
2013-07-05When the session option renumber-window is used, ensure we iterate overNicholas Marriott
2013-07-05Whitespace nits, from Ben Boeckel.Nicholas Marriott