summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
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
2023-09-07Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 asnicm
2023-09-07Merge branch 'obsd-master'Thomas Adam
2023-09-07Accept 65 for VT525 as well.nicm
2023-09-04Merge branch 'obsd-master'Thomas Adam
2023-09-04Skip wrapped lines in top level search loop because they will benicm
2023-09-02Merge branch 'obsd-master'Thomas Adam
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30nicm
2023-09-02Merge branch 'obsd-master'Thomas Adam
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubnicm
2023-09-02Set visited flag on last windows when linking session.nicm
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Only compare the actual size of the UTF-8 character, not all of it.nicm
2023-09-01Use %05X not %08X.Nicholas Marriott
2023-09-01Add missing -T to getopt string.nicm
2023-09-01makefile: fixup bad mergeThomas Adam
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Merge branch 'obsd-master'Thomas Adam