summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-03-11Merge branch 'master' into 3.2-rc3.2-rcNicholas Marriott
2021-03-11malloc_trim is itself very poor and gets slower and slower as the heap becomesNicholas Marriott
2021-03-11Merge branch 'obsd-master' into masterThomas Adam
2021-03-11Tidy old jobs every hour instead of every 30 seconds.nicm
2021-03-11Add an "absolute-centre" alignment to use the centre of the total spacenicm
2021-03-11Add split-window -Z to start the pane zoomed, GitHub issue 2591.nicm
2021-03-09Merge branch 'obsd-master' into masterThomas Adam
2021-03-09Allow cursor to be just after match if copying, GitHub issue 2602.nicm
2021-03-09Merge branch 'obsd-master' into masterThomas Adam
2021-03-09Copy mode improvements from Anindya Mukherjee:nicm
2021-03-08Update version.Nicholas Marriott
2021-03-08Merge branch 'master' into 3.2-rcNicholas Marriott
2021-03-08Remove compat.h again.Nicholas Marriott
2021-03-023.3.Nicholas Marriott
2021-03-02No sys/queue.h.Nicholas Marriott
2021-03-02Merge branch 'master' into 3.2-rc3.2-rcNicholas Marriott
2021-03-02paths.h is compat.Nicholas Marriott
2021-03-02Merge branch 'master' into 3.2-rcNicholas Marriott
2021-03-02Update CHANGES.Nicholas Marriott
2021-03-02Merge branch 'obsd-master' into masterThomas Adam
2021-03-02Do not use NULL active window; also do not leak window name. GitHubnicm
2021-03-02Drop support for popups where the content is provided directly to tmuxnicm
2021-03-01Merge branch 'obsd-master' into masterThomas Adam
2021-03-01Merge branch 'obsd-master' into masterThomas Adam
2021-03-01escape quotes and remove some unneccessary Pp; ok nicmjmc
2021-03-01Reinstate del_curterm ifdef bits.Nicholas Marriott
2021-03-01There is no need to call del_curterm in the server anymore.nicm
2021-03-01Add some text with examples of ; as a separator, GitHub issues 2522 andnicm
2021-02-27Merge branch 'obsd-master' into masterThomas Adam
2021-02-27Handle NULL term_type.nicm
2021-02-27Merge branch 'obsd-master' into masterThomas Adam
2021-02-26Check session, window, pane in the right order when working out format type.nicm
2021-02-26Merge branch 'obsd-master' into masterThomas Adam
2021-02-26Add a couple of format variables for active and last window index.nicm
2021-02-24Merge branch 'obsd-master' into masterThomas Adam
2021-02-24Correct client_prefix so it returns 1 if in prefix, not 0.nicm
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22expand_paths needs the global environment to be set up, do that first.nicm
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22Fix regex searching with wrapped lines, from Anindya Mukherjee; GitHubnicm
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm
2021-02-22Merge branch 'obsd-master' into masterThomas Adam
2021-02-22There are many format variables now so allocating all the default onesnicm
2021-02-22Move jump commands to grid reader, make them UTF-8 aware, and tidy up,nicm
2021-02-19Merge branch 'obsd-master' into masterThomas Adam
2021-02-19Check return value of chdir() to stop a silly warning with somenicm
2021-02-18Merge branch 'obsd-master' into masterThomas Adam
2021-02-18Reduce len when moving past spaces in OSC 11 parameter.nicm
2021-02-17Merge branch 'obsd-master' into masterThomas Adam
2021-02-17Merge branch 'obsd-master' into masterThomas Adam