summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2020-01-30bind-key test.command-regressNicholas Marriott
2020-01-30Merge branch 'master' into command-regressNicholas Marriott
2020-01-29Merge branch 'obsd-master'Thomas Adam
2020-01-29Warn if a message type that is no longer used is received.nicm
2020-01-29Start of simple tests for each command.Nicholas Marriott
2020-01-29Merge branch 'obsd-master'Thomas Adam
2020-01-29Do not send DA and DSR again if already have a response.nicm
2020-01-29Merge branch 'obsd-master'Thomas Adam
2020-01-29Remove extra Pp (from jmc) and add a missing word.nicm
2020-01-28Add to CHANGES.Nicholas Marriott
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28If ALL clients are readonly, allow them to affect the size, suggested by Thom...nicm
2020-01-28Ignore empty commands rather than adding them to the command list rathernicm
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28If we can identify the terminal as iTerm2 or as tmux, we can be surenicm
2020-01-28-V also needs to go in usage.nicm
2020-01-28Fix for version changes.Nicholas Marriott
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28Add support for the iTerm2 DSR 1337 sequence to get the terminal version.nicm
2020-01-28Reduce a difference with portable tmux by adding the -V flag andnicm
2020-01-28Set up working directory before killing the existing pane on respawn.nicm
2020-01-28Merge branch 'obsd-master'Thomas Adam
2020-01-28Add a define for flags meaning a client is not attached, and fixnicm
2020-01-27Merge branch 'obsd-master'Thomas Adam
2020-01-27Expand description of start-server.nicm
2020-01-27Add support for adding a note to a key binding (with bind-key -N) andnicm
2020-01-27Change so that assignments may be specified alone - a command isn'tnicm
2020-01-25Merge branch 'obsd-master'Thomas Adam
2020-01-25Use FNM_IGNORECASE if present, from Eric N Vander Weele in GitHub issue 2067.Nicholas Marriott
2020-01-25Mention swap-window -d, GitHub issue 2068.nicm
2020-01-14Add to CHANGES.Nicholas Marriott
2020-01-13Merge branch 'obsd-master'Thomas Adam
2020-01-13Stop handling DA and DSR after a second (they should be the first thingnicm
2020-01-13Merge branch 'obsd-master'Thomas Adam
2020-01-13Be more specific in the DSR we are looking for so it doesn't getnicm
2020-01-13Treat plausible but invalid keys (like C-BSpace) as literal like anynicm
2020-01-13Merge branch 'obsd-master'Thomas Adam
2020-01-12Merge branch 'obsd-master'Thomas Adam
2020-01-12Detect iTerm2 and enable DECSLRM.nicm
2020-01-12The terminal type was never as much use as I expected so remove it innicm
2020-01-12Loop over all DA features, don't skip the first.nicm
2020-01-08Merge branch 'obsd-master'Thomas Adam
2020-01-08Do not hang in format_trim_* on invalid UTF-8 characters.nicm
2020-01-08Merge branch 'obsd-master'Thomas Adam
2020-01-08Add -Z to default switch-client command in tree mode, matches previousnicm
2020-01-05Merge branch 'obsd-master'Thomas Adam
2020-01-05Common function to free key bindings.nicm
2020-01-05Merge branch 'obsd-master'Thomas Adam
2020-01-05Send errors to stdout in control mode so they don't get reordered withnicm
2020-01-04Merge branch 'obsd-master'Thomas Adam