Age | Commit message (Expand) | Author |
2024-04-23 | correct indentation; no functional change | Jonathan Gray |
2024-04-15 | Fixes for memory leaks reported by Lu Ming Yin, fixes from Howard Chu. | Nicholas Marriott |
2024-04-10 | Add an option allow-set-title to forbid applications from changing the | Nicholas Marriott |
2024-04-10 | Correct handling of mouse up events (don't ignore all but the last | Nicholas Marriott |
2024-04-10 | Do not get muddled and crash if focusing a pane that is exiting, | Nicholas Marriott |
2024-04-04 | Pick newest session as documented, not oldest, from Magnus Gross. | Nicholas Marriott |
2024-03-26 | Fix selection present check, reported by M Kelly. | Nicholas Marriott |
2024-03-21 | Write padding character into the right position. | Nicholas Marriott |
2024-03-21 | Reduce escape-time default to 10 milliseconds, 500 is far too long for | Nicholas Marriott |
2024-03-21 | Add -M to always turn mouse on in a menu, GitHub issue 3779. | Nicholas Marriott |
2024-03-21 | Look for feature code 21 for DECSLRM and 28 for DECFRA in the device | Nicholas Marriott |
2024-03-21 | Use -p for default paste-buffer command in buffer mode, it will only do | Nicholas Marriott |
2024-03-21 | Do not notify window-layout-changed if the window is about to be | Nicholas Marriott |
2024-03-21 | Revert detach-client part of last, did not intend this to go in. | Nicholas Marriott |
2024-03-21 | Do not consider a selection present if it is empty, from Michael Grant | Nicholas Marriott |
2024-03-13 | Make the attach-session description clearer - do not mention creating a | Nicholas Marriott |
2024-03-06 | Check for the right flag to fix split-window -p, from Bryan Childs. | Nicholas Marriott |
2024-02-13 | Add two new values for the destroy-unattached option to destroy sessions | Nicholas Marriott |
2024-02-13 | Do not allow paste into panes which have exited, from Romain Francoise | Nicholas Marriott |
2024-01-22 | Increase buffer size to avoid truncating styles, GitHub issue 3809 from | Nicholas Marriott |
2024-01-16 | Use imsg_get_fd() instead of direct access to imsg.fd | Claudio Jeker |
2023-12-27 | Only wrap pattern in *s if using a regular expression. | Nicholas Marriott |
2023-12-27 | Remove flags from the prefix before comparing with the received key so | Nicholas Marriott |
2023-12-27 | groff apparently generates broken output for some common characters in | Nicholas Marriott |
2023-12-27 | Always initialize screen mode, GitHub issue 3750 from Ding Fei. | Nicholas Marriott |
2023-12-27 | Correctly handle window ops with no pane, GitHub issue 3747. | Nicholas Marriott |
2023-11-14 | Don't strdup NULL filename. | Nicholas Marriott |
2023-11-14 | Handle NULL client (in config file) when showing a status message; also | Nicholas Marriott |
2023-11-14 | Use SM 2026 for Sync which is more widely supported now. | Nicholas Marriott |
2023-11-02 | next-prompt can have 1 argument. | Nicholas Marriott |
2023-10-30 | Do not allow combined UTF-8 characters that are too long, GitHub issue | Nicholas Marriott |
2023-10-23 | Unzoom window at start of destroy so it doesn't happen later (when | Nicholas Marriott |
2023-10-17 | Switch to tiparm_s (added in ncurses 6.4-20230424) instead of tparm, | Nicholas Marriott |
2023-09-19 | Fix a couple of mouse mode flag names. | Nicholas Marriott |
2023-09-16 | Remove next- and previous-prompt added in error. GitHub issue 3696. | Nicholas Marriott |
2023-09-15 | Change UTF-8 combining to inspect the previous character at the cursor | Nicholas Marriott |
2023-09-15 | Add -t to source-file, GitHub issue 3473. | Nicholas Marriott |
2023-09-15 | Add some more WINOPS and a placeholder for SMGRAPHICS. | Nicholas Marriott |
2023-09-14 | Reset combine flag only if text is actually processed. | Nicholas Marriott |
2023-09-08 | On second thoughts, do check DA2 for DECFRA and DECSLRM since that will | Nicholas Marriott |
2023-09-08 | Use DECSLRM and DECFRA only at level 4 rather than checking the terminal | Nicholas Marriott |
2023-09-07 | Use DECSLRM and DECFRA on terminals pretending to be VT520 or VT525 as | Nicholas Marriott |
2023-09-07 | Accept 65 for VT525 as well. | Nicholas Marriott |
2023-09-04 | Skip wrapped lines in top level search loop because they will be | Nicholas Marriott |
2023-09-02 | Request terminal colours again on SIGWINCH but at most once every 30 | Nicholas Marriott |
2023-09-02 | Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHub | Nicholas Marriott |
2023-09-02 | Set visited flag on last windows when linking session. | Nicholas Marriott |
2023-09-01 | Only compare the actual size of the UTF-8 character, not all of it. | Nicholas Marriott |
2023-09-01 | Add missing -T to getopt string. | Nicholas Marriott |
2023-09-01 | Clear combine flag when a non-UTF-8 set of characters is encountered. | Nicholas Marriott |