summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2024-04-10Merge branch 'obsd-master'Thomas Adam
2024-04-10Add an option allow-set-title to forbid applications from changing thenicm
2024-03-21Merge branch 'obsd-master'Thomas Adam
2024-03-21Do not notify window-layout-changed if the window is about to benicm
2024-02-13Merge branch 'obsd-master'Thomas Adam
2024-02-13Do not allow paste into panes which have exited, from Romain Francoisenicm
2023-09-19Restore utf8proc code.Nicholas Marriott
2023-09-19Reply to SMGRAPHICS.Nicholas Marriott
2023-09-17Merge branch 'obsd-master'Thomas Adam
2023-09-15Change UTF-8 combining to inspect the previous character at the cursornicm
2023-09-15Merge branch 'obsd-master'Thomas Adam
2023-09-15Add -t to source-file, GitHub issue 3473.nicm
2023-09-02Merge branch 'obsd-master'Thomas Adam
2023-09-02Request terminal colours again on SIGWINCH but at most once every 30nicm
2023-09-02Merge branch 'obsd-master'Thomas Adam
2023-09-02Setulc only does RGB colour so add Setulc1 to do non-RGB colours, GitHubnicm
2023-09-01Merge branch 'obsd-master'Thomas Adam
2023-09-01Rewrite combined character handling to be more consistent and to supportnicm
2023-08-22Merge SIXEL branch.Nicholas 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-15Merge branch 'obsd-master'Thomas Adam
2023-08-15Add an option menu-selected-style to configure the currently selectednicm
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-08Extend the menu drawing function to support custom characters andnicm
2023-07-10Merge branch 'obsd-master'Thomas Adam
2023-07-10Use a stack for last panes line windows, from Thomas Bertschinger innicm
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-06-08Merge branch 'obsd-master'Thomas Adam
2023-06-08Fix mismatch between function prototype and definition, from Anindyanicm
2023-05-08Merge branch 'obsd-master'Thomas Adam
2023-05-08Reorder struct grid_cell_entrytb
2023-04-27Merge branch 'obsd-master'Thomas Adam
2023-04-25Set default lock command to vlock on Linux if present at build time, from JoshNicholas Marriott
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmnicm
2023-04-17Ignore the user keys range when checking if a key is Unicode.nicm
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
2023-02-06Merge branch 'obsd-master'Thomas Adam
2023-02-05Extend display-message to work for control clients. GitHub issue 3449.nicm
2023-01-21Merge branch 'obsd-master'Thomas Adam
2023-01-20Add a flag to display-menu to select the manu item chosen first, GitHubnicm
2023-01-16Merge branch 'obsd-master'Thomas Adam
2023-01-16Mark keys sent by command and skip paste handling for them.nicm
2023-01-12Merge branch 'obsd-master'Thomas Adam
2023-01-12Have tmux recognise pasted texts wrapped in bracket paste sequences,nicm
2023-01-06Merge branch 'obsd-master'Thomas Adam
2023-01-06If a pane is killed, cancel reading from the file. GitHub issue 3422.nicm