summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2024-02-13Do not allow paste into panes which have exited, from Romain Francoisenicm
2024-01-22Merge branch 'obsd-master'Thomas Adam
2024-01-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromnicm
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
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
2023-12-27groff apparently generates broken output for some common characters innicm
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
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
2023-10-23Unzoom window at start of destroy so it doesn't happen later (whennicm
2023-10-17Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm,nicm
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
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
2023-09-08Merge branch 'obsd-master'Thomas Adam
2023-09-08On second thoughts, do check DA2 for DECFRA and DECSLRM since that willnicm
2023-09-08Use DECSLRM and DECFRA only at level 4 rather than checking the terminalnicm
2023-09-07Only remove images if reverse index actually scrolls.Nicholas Marriott
2023-09-07Shut autoconf up.Nicholas Marriott
2023-09-07Merge branch 'obsd-master'Thomas Adam