summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2021-04-16Fix display-menu -xR, from Alexis Hildebrandt.Nicholas Marriott
2021-04-16Apple have broken strtonum so check it works, from Teubel Gyorgy.Nicholas Marriott
2021-04-16Adjust latest client when a client detaches, GitHub issue 2657.Nicholas Marriott
2021-04-15Revert "Add crosscompiling fallbacks, from Hasso Tepper."Nicholas Marriott
This reverts commit bb6242675ad0c7447daef148fffced882e5b4a61.
2021-04-15Handle modifier 9 as Meta, GitHub issue 2647.Nicholas Marriott
2021-04-15Merge branch 'obsd-master' into masterThomas Adam
2021-04-15Add crosscompiling fallbacks, from Hasso Tepper.Nicholas Marriott
2021-04-15%begin now has three arguments, not two. GitHubs issue 2646.nicm
2021-04-13Merge branch 'obsd-master' into masterThomas Adam
2021-04-13Include modifiers when looking up an individual key.nicm
2021-04-13Merge branch 'obsd-master' into masterThomas Adam
2021-04-13Change how extended ctrl keys are processed to fix C-S-Tab and C-;.nicm
2021-04-13Merge branch '3.2-rc'Nicholas Marriott
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-13Merge branch 'obsd-master' into masterThomas Adam
2021-04-13Update CHANGES.Nicholas Marriott
2021-04-13Merge branch 'master' into 3.2-rcNicholas Marriott
2021-04-13Move mode set/reset after sync so cursor doesn't flicker, from Avinicm
Halachmi.
2021-04-13Handle C-Tab correctly with extended keys, GitHub issue 2642.nicm
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