summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2020-03-11Merge branch 'obsd-master'Thomas Adam
2020-03-11Start a new selection if outside the existing selection after a word hasnicm
been selected. From Anindya Mukherjee.
2020-03-11Only need one lm.Nicholas Marriott
2020-03-11Merge branch 'master' of github.com:tmux/tmuxThomas Adam
2020-03-11Merge branch 'obsd-master'Thomas Adam
Also add a check for -lm via AC_SEARCH_LIBS in configure.ac for portablility fixes.
2020-03-11Will need fmod.Nicholas Marriott
2020-03-11Lock much more quickly.Nicholas Marriott
2020-03-11Add some number operators for formats, from Tyler Culp.nicm
2020-03-113.2 next.Nicholas Marriott
2020-03-11Bump 3.1-rc up to master.Nicholas Marriott
2020-03-07Merge branch 'obsd-master'Thomas Adam
2020-03-07Use correct width of right marker so it doesn't draw over status rightnicm
when more than one character. Reported by Tyler Culp.
2020-03-06Merge branch 'obsd-master'Thomas Adam
2020-03-06Update latest client for target session on switch-client.nicm
2020-03-02Merge branch 'obsd-master'Thomas Adam
2020-03-02Use current session for cwd of new sessions, not the new session whichnicm
doesn't have one yet. GitHub issue 2091.
2020-02-24Change mouse selection so that after selecting a word, dragging selectsnicm
only words and similar for lines. From Anindya Mukherjee.
2020-02-20Update CHANGES.Nicholas Marriott
2020-02-20Merge branch 'obsd-master'Thomas Adam
2020-02-20Add selection_active format for when the selection is present but notnicm
moving with the cursor, from Mark Kelly.
2020-02-19Merge branch 'obsd-master'Thomas Adam
2020-02-19A few fixes to make modifier keys and dragging work - need to remove thenicm
modifiers before checking for the dragging marker key, and apply them before looking up the end key. Also fix key-to-string with modifiers for special keys.
2020-02-19Add GitHub.Nicholas Marriott
2020-02-17This site is too stupid.Nicholas Marriott
2020-02-17Add to FUNDING.yml.Nicholas Marriott
2020-02-15Merge branch 'obsd-master'Thomas Adam
2020-02-15Add -a to list-keys to also list keys without notes with -N, suggestednicm
by Shehu Dikko.
2020-02-14Merge branch 'obsd-master'Thomas Adam
2020-02-14Fix top/bottom pane calculation with pane border status enabled,nicm
reported by Stanislav Spassov.
2020-02-14Change lock.yml options.Nicholas Marriott
2020-02-14Add lock.yml file.Nicholas Marriott
2020-02-13Merge branch 'obsd-master'Thomas Adam
2020-02-13Do not jump to next word end if already on a word end when selecting anicm
word. Fixes select-word with single character words and vi(1) keys. From Mark Kelly.
2020-02-11Merge branch 'obsd-master'Thomas Adam
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.