summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-08-20Remove redundant {}.sixeltopcat001
2023-08-20Revert "Do not defer redraw if it is just the status line (will need to do mo...topcat001
2023-08-20Fix placeholder label and clean up.topcat001
2023-08-18Merge branch 'master' into sixelNicholas Marriott
2023-08-17Merge branch 'obsd-master'Thomas Adam
2023-08-17Add a session, pane and user mouse range types for the status line andnicm
2023-08-15Better text placeholder.topcat001
2023-08-15Merge remote-tracking branch 'origin/master' into sixeltopcat001
2023-08-15Merge branch 'obsd-master'Thomas Adam
2023-08-15Add meta bindings for status line menus as well as the existing pane onenicm
2023-08-15Merge branch 'obsd-master'Thomas Adam
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
2023-08-11Merge branch 'obsd-master'Thomas Adam
2023-08-11Do not crash if in buffer mode and the last buffer is deleted using thenicm
2023-08-08Merge branch 'obsd-master'Thomas Adam
2023-08-08Merge branch 'obsd-master'Thomas Adam
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
2023-08-08Extend the menu drawing function to support custom characters andnicm
2023-08-08Fix a couple of rounded border characters, from Alexis Hildebrandt.nicm
2023-08-07Merge branch 'obsd-master'Thomas Adam
2023-08-07Merge branch 'obsd-master'Thomas Adam
2023-08-07Free title earlier, from Alexis Hildebrandt.nicm
2023-08-07Trim can generate strings longer than the original if there are many #s,nicm
2023-07-22Merge branch 'master' into sixeltopcat001
2023-07-19Merge branch 'obsd-master'Thomas Adam
2023-07-19Correct visited flag when the last window list is rebuilt by renumberingnicm
2023-07-14Merge branch 'obsd-master'Thomas Adam
2023-07-14Set extended keys flag again after reset, from Eric T Johnson.nicm
2023-07-13Merge branch 'obsd-master'Thomas Adam
2023-07-13Use 8 for underscore colour defaults instead of 0 which is lessnicm
2023-07-11Merge branch 'obsd-master'Thomas Adam
2023-07-11Remove Ns and Li and change Nm to Ic, suggested by jmc.nicm
2023-07-11Merge branch 'obsd-master'Thomas Adam
2023-07-11Add descriptions of copy mode commands, from Michael Bianco.nicm
2023-07-10Merge branch 'obsd-master'Thomas Adam
2023-07-10It should no longer be necessary to ignore SIGCHLD because it is nownicm
2023-07-10Merge branch 'obsd-master'Thomas Adam
2023-07-10Loop around waitpid in client, from Azat Khuzhin.nicm
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger innicm
2023-07-10Merge branch 'obsd-master'Thomas Adam
2023-07-09Call closefrom after removing signals because newer libevent doesn'tnicm
2023-07-03Merge branch 'obsd-master'Thomas Adam
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133nicm
2023-07-03Merge branch 'obsd-master'Thomas Adam
2023-07-03Merge branch 'obsd-master'Thomas Adam
2023-07-03Do not risk writing over the end of the buffer when it ends in #nicm
2023-07-03Another warning fix for GCC from Thomas Klausner.nicm
2023-07-01Merge branch 'obsd-master'Thomas Adam
2023-06-30Change a few types to fix warnings, from Thomas Klausner.nicm