summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2022-02-22Initialize copy_width before adjusting it, GitHub issue 3079.nicm
2022-02-22Use correct size for screen when popup is created without borders.nicm
2022-02-17Merge branch 'obsd-master' into masterThomas Adam
2022-02-17Add a window-resized hook which is fired when the window is actuallynicm
2022-02-16Merge branch 'obsd-master' into masterThomas Adam
2022-02-16Support more mouse buttons when the terminal sends them, GitHub issuenicm
2022-02-16No not allow static linking on macOS.Nicholas Marriott
2022-02-15Merge branch 'obsd-master' into masterThomas Adam
2022-02-15Add an option (default off) to control the passthrough escape sequence.nicm
2022-02-15Do not create a buffer from an OSC 52 response if we have not sent anicm
2022-02-14Merge branch 'obsd-master' into masterThomas Adam
2022-02-14Do not return error with -q, GitHub issue 3065.nicm
2022-02-04Merge branch 'obsd-master' into masterThomas Adam
2022-02-04Use ACS for pane border indicators so they work with different linenicm
2022-02-03Merge branch 'obsd-master' into masterThomas Adam
2022-02-03Merge branch 'obsd-master' into masterThomas Adam
2022-02-03Adjust size given to resize-pane for pane status line, GitHub issuenicm
2022-02-03Use format_draw for command prompt prefix to allow styles, GitHub issuenicm
2022-02-03Merge branch 'obsd-master' into masterThomas Adam
2022-02-03Merge branch 'obsd-master' into masterThomas Adam
2022-02-03Update CHANGES.Nicholas Marriott
2022-02-03Update focus when active pane changes after pane destroyed.nicm
2022-02-03Add a key in copy mode to toggle position indicator.nicm
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01A menu must be shown on a client, so always give the client when addingnicm
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01Add option to show arrows for active pane indicator, GitHub issue 3022nicm
2022-02-01Merge branch 'obsd-master' into masterThomas Adam
2022-02-01Mention that if-shell and #() use /bin/sh.nicm
2022-02-01Do not overflow width when not enough space.nicm
2022-01-17Merge branch 'obsd-master' into masterThomas Adam
2022-01-17Do not try to strdup NULL, from seL4 at disroot dot org in GitHub issuenicm
2022-01-06Merge branch 'obsd-master' into masterThomas Adam
2022-01-06Mention alternate config files, from Daniel Augusto in GitHub issue 3023.Nicholas Marriott
2022-01-06Ignore windows without a size set (may be used for pane only), fromnicm
2021-12-31Merge branch 'obsd-master' into masterThomas Adam
2021-12-31Try to turn on less-capable mouse modes when turning on more-capable, tonicm
2021-12-21Merge branch 'obsd-master' into masterThomas Adam
2021-12-21Support underscore style with capture-pane -e, GitHub issue 2928.nicm
2021-12-21Merge branch 'obsd-master' into masterThomas Adam
2021-12-21ARM's Morello CHERI architecture does not support pointers in packednicm
2021-12-20Merge branch 'obsd-master' into masterThomas Adam
2021-12-20Do not crash on a zero size character.nicm
2021-12-13Merge branch 'obsd-master' into masterThomas Adam
2021-12-13Make pane-border-format a pane option, GitHub issue 2999.nicm
2021-12-10Merge branch 'obsd-master' into masterThomas Adam
2021-12-10Merge branch 'obsd-master' into masterThomas Adam
2021-12-10Missed unlinked control notifications, GitHub issue 2996.nicm
2021-12-10Mention XParseColor(3) for the cursor colour escape sequence.nicm
2021-12-10Add a NOBLOCK flag rather than adding amount to wait for whennicm