Age | Commit message (Expand) | Author |
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 |
2023-09-01 | Rewrite combined character handling to be more consistent and to support | Nicholas Marriott |
2023-09-01 | Expand name before looking for window with -S, GitHub issue 3670. | Nicholas Marriott |
2023-09-01 | Add detach-on-destroy previous and next, mostly from Alexis Hildebrandt. | Nicholas Marriott |
2023-08-23 | Add -c to run-shell to set working directory, from someone in GitHub | Nicholas Marriott |
2023-08-23 | Log what input_dcs_dispatch does with the input data. | Nicholas Marriott |
2023-08-17 | Add a session, pane and user mouse range types for the status line and | Nicholas Marriott |
2023-08-15 | Add meta bindings for status line menus as well as the existing pane one | Nicholas Marriott |
2023-08-15 | Add an option menu-selected-style to configure the currently selected | Nicholas Marriott |
2023-08-11 | Do not crash if in buffer mode and the last buffer is deleted using the | Nicholas Marriott |
2023-08-08 | Add flag to next-prompt/previous-prompt to go to command output instead, | Nicholas Marriott |
2023-08-08 | Add options and flags for menu styles similar to those existing for | Nicholas Marriott |
2023-08-08 | Extend the menu drawing function to support custom characters and | Nicholas Marriott |
2023-08-08 | Fix a couple of rounded border characters, from Alexis Hildebrandt. | Nicholas Marriott |
2023-08-07 | Free title earlier, from Alexis Hildebrandt. | Nicholas Marriott |
2023-08-07 | Trim can generate strings longer than the original if there are many #s, | Nicholas Marriott |
2023-07-19 | Correct visited flag when the last window list is rebuilt by renumbering | Nicholas Marriott |
2023-07-14 | Set extended keys flag again after reset, from Eric T Johnson. | Nicholas Marriott |
2023-07-13 | Use 8 for underscore colour defaults instead of 0 which is less | Nicholas Marriott |
2023-07-11 | Remove Ns and Li and change Nm to Ic, suggested by jmc. | Nicholas Marriott |
2023-07-11 | Add descriptions of copy mode commands, from Michael Bianco. | Nicholas Marriott |
2023-07-10 | It should no longer be necessary to ignore SIGCHLD because it is now | Nicholas Marriott |
2023-07-10 | Loop around waitpid in client, from Azat Khuzhin. | Nicholas Marriott |
2023-07-10 | Use a stack for last panes line windows, from Thomas Bertschinger in | Nicholas Marriott |
2023-07-09 | Call closefrom after removing signals because newer libevent doesn't | Nicholas Marriott |
2023-07-03 | Add support for marking lines with a shell prompt based on the OSC 133 | Nicholas Marriott |
2023-07-03 | Do not risk writing over the end of the buffer when it ends in # | Nicholas Marriott |
2023-07-03 | Another warning fix for GCC from Thomas Klausner. | Nicholas Marriott |
2023-06-30 | Change a few types to fix warnings, from Thomas Klausner. | Nicholas Marriott |
2023-06-30 | Get rid of some warnings with GCC 10, from Thomas Klausner. | Nicholas Marriott |
2023-06-26 | When exiting alternate screen, there is no need to reflow when going | Nicholas Marriott |
2023-06-26 | Add "us" to styles for underscore colour, GitHub issue 3589. | Nicholas Marriott |
2023-06-25 | SGR 0 should not end hyperlink, reported by Lucas Trzesniewski. | Nicholas Marriott |
2023-06-21 | Check fdopen return value, from Christian Menges. | Nicholas Marriott |