summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-01Merge branch 'obsd-master' into masterThomas Adam
2021-04-01Change search-again with vi keys to work like actual vi(1), also somenicm
other fixes. From Aaron Jensen with help from Anindya Mukherjee.
2021-04-01Missing commas, from Vipul Kumar.nicm
2021-03-31Merge branch 'obsd-master' into masterThomas Adam
2021-03-31Do not exit if cannot write to normal log file, GitHub issue 2630.nicm
2021-03-28Remove queue.h, from Simon Holesch.Nicholas Marriott
2021-03-16Merge branch 'obsd-master' into masterThomas Adam
2021-03-16Add client-detached notification in control mode, from Mohsin Kaleem.nicm
2021-03-15Merge branch 'obsd-master' into masterThomas Adam
2021-03-15Do not crash if there is no item to show command error, from Anindyanicm
Mukherjee.
2021-03-12Merge branch 'obsd-master' into masterThomas Adam
2021-03-12Fix so tmux correctly sends the cvvis (cursor very visible) capabilitynicm
rather than sending it and then immediately undoing it with cnorm. Also turn it off when the cursor shape is changed like xterm.
2021-03-11malloc_trim is itself very poor and gets slower and slower as the heap becomesNicholas Marriott
more fragmented. Run it only once an hour. GitHub issue 2551.
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
instead of only the available space. From Magnus Gross in GitHub issue 2578.
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
- Fix word and word-end for wrapped lines. - Fix copying of selection end on wrapped lines. - Fix wrapped word selection edge case. - Update select-line to respect wrapped lines. - Update window_copy_..._pos() functions to use grid_reader. GitHub issue 2605.
2021-03-08Remove compat.h again.Nicholas Marriott
2021-03-023.3.Nicholas Marriott
2021-03-02Merge branch 'master' into 3.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
issue 2590 from Chester Liu.
2021-03-02Drop support for popups where the content is provided directly to tmuxnicm
(which does not have many practical uses) and only support running a program in the popup. display-popup is now simpler and can accept multiple arguments to avoid escaping problems (like the other commands).
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
2580.
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
issue 2570.
2021-02-22Move config file path expansion much earlier, keep the list of pathsnicm
around rather than freeing later, and add a config_files format variable containing it. Suggested by kn@ a while back.
2021-02-22Merge branch 'obsd-master' into masterThomas Adam