summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2024-03-13Make the attach-session description clearer - do not mention creating anicm
client which is not important, explicitly say the session must exist, and mention new-session and new-session -A. Prompted by Theo.
2024-03-07Merge branch 'obsd-master'Thomas Adam
2024-03-06Update lock.yml.Nicholas Marriott
2024-03-06Check for the right flag to fix split-window -p, from Bryan Childs.nicm
2024-03-06Add missing headers, from Marvin Schmidt.Nicholas Marriott
2024-02-13next-3.5Nicholas Marriott
2024-02-133.4.3.4Nicholas Marriott
2024-02-13Merge branch 'obsd-master'Thomas Adam
2024-02-13Update CHANGES.Nicholas Marriott
2024-02-13Add two new values for the destroy-unattached option to destroy sessionsnicm
only if they are not members of sessions groups, from Mark Huang, GitHub issue 3806.
2024-02-13Do not allow paste into panes which have exited, from Romain Francoisenicm
in GitHub issue 3830.
2024-01-22Merge branch 'obsd-master'Thomas Adam
2024-01-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromnicm
Ricardo Bittencourt.
2024-01-17Remove existing defines.Nicholas Marriott
2024-01-17Need htonll and ntohll.Nicholas Marriott
2024-01-17htobe is not portable.Nicholas Marriott
2024-01-17Update imsg.Nicholas Marriott
2024-01-16Merge branch 'obsd-master'Thomas Adam
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdclaudio
The change in proc.c can be further simplified once imsg_free() takes care of unclaimed file descriptors. OK nicm@
2024-01-03Merge branch 'obsd-master'Thomas Adam
2023-12-28Assignment should be inside SIXEL.Nicholas Marriott
2023-12-27Only wrap pattern in *s if using a regular expression.nicm
2023-12-27Remove flags from the prefix before comparing with the received key sonicm
that modifier keys with flags work correctly, GitHub issue 3764.
2023-12-27groff apparently generates broken output for some common characters innicm
mdoc, so escaped versions have to be used instead. From Alexis Hildebrandt in GitHub issue 3762.
2023-12-27Always initialize screen mode, GitHub issue 3750 from Ding Fei.nicm
2023-12-27Do not use NULL window, GitHub issue 3747.Nicholas Marriott
2023-12-27Correctly handle window ops with no pane, GitHub issue 3747.nicm
2023-11-14Merge branch 'obsd-master'Thomas Adam
2023-11-14Don't strdup NULL filename.nicm
2023-11-14Merge branch 'obsd-master'Thomas Adam
2023-11-14Handle NULL client (in config file) when showing a status message; alsonicm
copy the file when processing if-shell since it may be freed. GitHub issue 3746.
2023-11-14Use SM 2026 for Sync which is more widely supported now.nicm
2023-11-02Merge branch 'obsd-master'Thomas Adam
2023-11-02next-prompt can have 1 argument.nicm
2023-11-01Allow attributes to have only two parameters, from Tim Culverhouse.Nicholas Marriott
2023-10-30Do not allow combined UTF-8 characters that are too long, GitHub issuenicm
3729.
2023-10-23Unzoom window at start of destroy so it doesn't happen later (whennicm
destroying panes) after the layout has been freed, GitHub issue 3717.
2023-10-17Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,nicm
which allows ncurses to validate the capabilities correctly.
2023-09-19Merge branch 'obsd-master'Thomas Adam
2023-09-19Fix a couple of mouse mode flag names.nicm
2023-09-19Add combined character test.Nicholas Marriott
2023-09-19Restore utf8proc code.Nicholas Marriott
2023-09-19Reply to SMGRAPHICS.Nicholas Marriott
2023-09-17Merge branch 'obsd-master'Thomas Adam
2023-09-16Remove next- and previous-prompt added in error. GitHub issue 3696.nicm
2023-09-15Change UTF-8 combining to inspect the previous character at the cursornicm
position rather than keeping the last character from the input stream, this is how most terminals work and fixes problems with displaying these characters in vim. GitHub issue 3600.
2023-09-15Merge branch 'obsd-master'Thomas Adam
2023-09-15Add -t to source-file, GitHub issue 3473.nicm
2023-09-14Merge branch 'obsd-master'Thomas Adam
2023-09-14Reset combine flag only if text is actually processed.nicm