summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from Avi3.2nicm
Halachmi.
2021-04-13Handle C-Tab correctly with extended keys, GitHub issue 2642.nicm
2021-04-13Update CHANGES.Nicholas Marriott
2021-04-13Merge branch 'master' into 3.2-rcNicholas Marriott
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Add a flag to disable keys to close a message, GitHub issue 2625.nicm
2021-04-12Merge branch 'obsd-master' into masterThomas Adam
2021-04-12Permit shortcut keys in buffer, client, tree modes to be configured withnicm
a format; the default remains the line number. GitHub issue 2636.
2021-04-09Merge branch 'obsd-master' into masterThomas Adam
2021-04-09Change a type to fix a warning with some compilers.nicm
2021-04-08Merge branch 'obsd-master' into masterThomas Adam
2021-04-08Log the key written to the terminal as well as tmux's idea of what itnicm
is.
2021-04-07Merge branch 'obsd-master' into masterThomas Adam
2021-04-07Restore previous behaviour so that C-X remains the same as C-x. Instead,nicm
translate incoming extended keys so that they are consistent.
2021-04-07Merge branch 'obsd-master' into masterThomas Adam
2021-04-07Add a current_file format for the config file being parsed. Originallynicm
suggested by kn@, also GitHub issue 2638.
2021-04-07When display-message used in config file, show the message after thenicm
config file finishes. GitHub issue 2637.
2021-04-07Merge branch 'obsd-master' into masterThomas Adam
2021-04-07Fixes for extended keys: 1) allow C-x and C-X to be bound separatelynicm
since some terminals report them differently 2) use the "backspace" option to translate backspace 3) map ctrl which are have the ctrl implied (such as C-x) properly when the terminal reports both the key and the modifier. Note that any key bindings for C-X where C-x is meant must now be changed.
2021-04-05Merge branch 'obsd-master' into masterThomas Adam
2021-04-05Move client-detached into server_client_lost so it is fired even if anicm
client is closed unexpectedly.
2021-04-05Merge branch 'obsd-master' into masterThomas Adam
2021-04-05Fix a couple of edge cases with the jump-back-xxx commands, and alsonicm
update back-to-indentation to use grid_reader, thereby fixing line wrapping issues. From Anindya Mukherjee, GitHub issue 2633.
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-11Merge branch 'master' into 3.2-rcNicholas Marriott
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-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