summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2023-08-20Remove redundant {}.sixeltopcat001
2023-08-20Revert "Do not defer redraw if it is just the status line (will need to do ↵topcat001
more here I" This reverts commit 0a15bbf3f1972dc84c5c84d5128024c1bc4c0074.
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
add format variables for mouse_status_line and mouse_status_range so they can be associated with different commands in the key bindings. GitHub issue 3652.
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
for terminals which steal the mouse menu button.
2023-08-15Merge branch 'obsd-master'Thomas Adam
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
menu item, from Alexis Hildebrandt.
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
command.
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
from Magnus Gross.
2023-08-08Add options and flags for menu styles similar to those existing fornicm
popups, from Alexis Hildebrandt. GitHub issue 3650.
2023-08-08Extend the menu drawing function to support custom characters andnicm
styles, from Alexis Hildebrandt.
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
so create a bigger buffer. Reported by Robert Morris.
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
windows, appears to fix hang reported by Mark Kelly.
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
confusing, and fix writing tge default colour. GitHub issue 3627.
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
blocked around daemon(), and doing so causes trouble with newer libevent (it cannot restore the original handler). Reported by Azat Khuzhin in GitHub issue 3626.
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
GitHub issue 3588.
2023-07-10Merge branch 'obsd-master'Thomas Adam
2023-07-09Call closefrom after removing signals because newer libevent doesn'tnicm
like its signal fd being closed Azat Khuzhin.
2023-07-03Merge branch 'obsd-master'Thomas Adam
2023-07-03Add support for marking lines with a shell prompt based on the OSC 133nicm
extension, from Munif Tanjim in GitHub issue 3596.
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
(because strchr \0 will be non-NULL), reported by Robert Morris in GitHub issue 3610.
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