summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2021-02-17Move the call to setupterm() into the client and have it pass thenicm
2021-02-16Log missing keys when extended keys is on rather than fatal().nicm
2021-02-16In the end UTF-8 did not become a terminal feature, should not be listednicm
2021-02-15Make SGR 6 (rapid blink) the same as SGR 5 (blink) and make SGR 21 tonicm
2021-02-15OSC 11 test.Nicholas Marriott
2021-02-15Support X11 colour names and some other variations for OSC 10/11, alsonicm
2021-02-12Do not care about the server socket closing if exiting anyway.nicm
2021-02-11Add a couple of helper functions, and flush imsgs on exit.nicm
2021-02-11O_TRUNC is needed in case file exists.nicm
2021-02-11Move file handling protocol stuff all into file.c so it can be reusednicm
2021-02-10Restore utf8proc bits that went missing, GitHub issue 2564.Nicholas Marriott
2021-02-10Merge branch 'obsd-master' into masterThomas Adam
2021-02-10Use ~/.tmux.conf as an example rather than /etc/passwd, suggested bynicm
2021-02-09Merge branch 'obsd-master' into masterThomas Adam
2021-02-09Do not expand times and #() inside #().nicm
2021-02-08Merge branch 'obsd-master' into masterThomas Adam
2021-02-08Add "pipe" variants of the "copy-pipe" commands which do not copy, fromnicm
2021-02-08Merge branch 'obsd-master' into masterThomas Adam
2021-02-08Include "focused" in client flags, from Dan Aloni in GitHub issue 2558.nicm
2021-02-06Merge branch 'obsd-master' into masterThomas Adam
2021-02-06In the end UTF-8 did not become a terminal feature, should not be listednicm
2021-02-05Merge branch 'obsd-master' into masterThomas Adam
2021-02-05Send Unicode directional isolate characters around horizontal panenicm
2021-02-05Add a -S flag to new-window to make it select the existing window if onenicm
2021-02-05Add compat clock_gettime for older macOS. GitHub issue 2555.Nicholas Marriott
2021-02-04Merge branch 'obsd-master' into masterThomas Adam
2021-02-04Redraw status line and borders on pane enable/disable, GitHub issue 2554.nicm
2021-02-02Merge branch 'obsd-master' into masterThomas Adam
2021-02-02Fix popup mouse position.nicm
2021-02-02Merge branch 'obsd-master' into masterThomas Adam
2021-02-02article fixes; from eddie yousephjmc
2021-02-01Merge branch 'obsd-master' into masterThomas Adam
2021-02-01Add a no-detached choice to detach-on-destroy which detaches only ifnicm
2021-01-29Merge branch 'obsd-master' into masterThomas Adam
2021-01-29Trim output overwritten by later text or clears completely rather thannicm
2021-01-27Merge branch 'obsd-master' into masterThomas Adam
2021-01-27Flush pending output before entering or exiting alternate screen rathernicm
2021-01-26Merge branch 'obsd-master' into masterThomas Adam
2021-01-26Always resize the original screen before copying when exiting thenicm
2021-01-22Merge branch 'obsd-master' into masterThomas Adam
2021-01-22Merge branch 'obsd-master' into masterThomas Adam
2021-01-22Revert clear changes to writing as they don't work properly, betternicm