summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2024-03-21Look for feature code 21 for DECSLRM and 28 for DECFRA in the devicenicm
2024-03-21Use -p for default paste-buffer command in buffer mode, it will only donicm
2024-03-21Do not notify window-layout-changed if the window is about to benicm
2024-03-21Revert detach-client part of last, did not intend this to go in.nicm
2024-03-21Do not consider a selection present if it is empty, from Michael Grantnicm
2024-03-13Make the attach-session description clearer - do not mention creating anicm
2024-03-06Check for the right flag to fix split-window -p, from Bryan Childs.nicm
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-22Increase buffer size to avoid truncating styles, GitHub issue 3809 fromnicm
2024-01-16Use imsg_get_fd() instead of direct access to imsg.fdclaudio
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-27Correctly handle window ops with no pane, GitHub issue 3747.nicm
2023-11-14Don't strdup NULL filename.nicm
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-02next-prompt can have 1 argument.nicm
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-19Fix a couple of mouse mode flag names.nicm
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-15Add -t to source-file, GitHub issue 3473.nicm
2023-09-14Reset combine flag only if text is actually processed.nicm
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-07Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 asnicm
2023-09-07Accept 65 for VT525 as well.nicm
2023-09-04Skip wrapped lines in top level search loop because they will benicm
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30nicm
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-01Only compare the actual size of the UTF-8 character, not all of it.nicm
2023-09-01Add missing -T to getopt string.nicm
2023-09-01Clear combine flag when a non-UTF-8 set of characters is encountered.nicm
2023-09-01Rewrite combined character handling to be more consistent and to supportnicm
2023-09-01Expand name before looking for window with -S, GitHub issue 3670.nicm
2023-09-01Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt.nicm
2023-08-23Add -c to run-shell to set working directory, from someone in GitHubnicm
2023-08-23Log what input_dcs_dispatch does with the input data.nicm
2023-08-17Add a session, pane and user mouse range types for the status line andnicm
2023-08-15Add meta bindings for status line menus as well as the existing pane onenicm
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using thenicm
2023-08-08Add flag to next-prompt/previous-prompt to go to command output instead,nicm
2023-08-08Add options and flags for menu styles similar to those existing fornicm