summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-02-11Remove unused variables from Ben Boeckel, and a Pp from jmc.nicm
2020-02-07Merge branch '3.1-rc'Nicholas Marriott
2020-02-07Remove duplicates, from Thomas Sattler.Nicholas Marriott
2020-02-06Merge branch '3.1-rc'Nicholas Marriott
2020-02-06Make list-keys description clearer in tmux.1 and remove an unused variable.nicm
2020-02-05Merge branch 'obsd-master'Thomas Adam
2020-02-05Make list-keys description clearer in tmux.1 and remove an unused variable.nicm
2020-02-04Merge branch '3.1-rc'Nicholas Marriott
2020-02-04Style nit in CHANGES.Nicholas Marriott
2020-02-04Next is 3.2.Nicholas Marriott
2020-02-04Merge branch '3.1-rc'Nicholas Marriott
2020-02-04Update CONTRIBUTING.mdNicholas Marriott
2020-02-043.1-rc.3.1Nicholas Marriott
2020-02-03Remove a duplicate entry.Nicholas Marriott
2020-02-03Merge branch 'obsd-master'Thomas Adam
2020-02-03Instead of passing titles through vis() which doubles backslashes, justnicm
ignore any containing control characters or invalid UTF-8. GitHub issue 2070.
2020-01-30Merge branch 'obsd-master'Thomas Adam
2020-01-30Remove bind-key -c which doesn't do anything and is undocumented.nicm
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-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 ↵nicm
Thomas Sattler.
2020-01-28Ignore empty commands rather than adding them to the command list rathernicm
than trying to skip them later, fixes problem reported by M Kelly.
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
they support 256 and RGB colours, so set those flags too.
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
#{version} format; on OpenBSD these just report the OpenBSD version.
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
unattached counter, reported by Thomas Sattler.
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
use this to add descriptions to the default key bindings. A new -N flag to list-keys shows key bindings with notes rather than the default bind-key command used to create them. Change the default ? binding to use this to show a readable summary of keys. Also extend command-prompt to return the name of the key pressed and add a default binding (/) to show the note for the next key pressed Suggested by Alex Tremblay in GitHub issue 2000.
2020-01-27Change so that assignments may be specified alone - a command isn'tnicm
required. GitHub issue 2062.
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
sent) so this should be plenty.
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
confused with mouse sequences. Also set a flag and don't bother checking for it if we have already seen it (same for DA), and don't check if we never asked for it.