summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-06-30Merge branch 'obsd-master'Thomas Adam
2023-06-30Get rid of some warnings with GCC 10, from Thomas Klausner.nicm
2023-06-29Add libterminfo for NetBSD, from Thomas Klausner.Nicholas Marriott
2023-06-26Merge branch 'obsd-master'Thomas Adam
2023-06-26Merge branch 'obsd-master'Thomas Adam
2023-06-26When exiting alternate screen, there is no need to reflow when goingnicm
2023-06-26Add "us" to styles for underscore colour, GitHub issue 3589.nicm
2023-06-25Merge branch 'obsd-master'Thomas Adam
2023-06-25SGR 0 should not end hyperlink, reported by Lucas Trzesniewski.nicm
2023-06-21Merge branch 'obsd-master'Thomas Adam
2023-06-21Both files can go on one line.Nicholas Marriott
2023-06-21Check fdopen return value, from Christian Menges.nicm
2023-06-17Merge topcat001/tmux/sixel.topcat001
2023-06-17Merge remote-tracking branch 'origin/master' into sixeltopcat001
2023-06-08Merge branch 'obsd-master'Thomas Adam
2023-06-08Do not require passthrough for SIXEL.Nicholas Marriott
2023-06-08Merge branch 'master' into sixelNicholas Marriott
2023-06-08Fix mismatch between function prototype and definition, from Anindyanicm
2023-06-08Try utf8proc with pkg-config, from Alex Wu.Nicholas Marriott
2023-05-20Merge branch 'master' into sixeltopcat001
2023-05-19Merge branch 'obsd-master'Thomas Adam
2023-05-19Add format for server_sessions, from Magnus Gross.nicm
2023-05-08Merge branch 'obsd-master'Thomas Adam
2023-05-08Reorder struct grid_cell_entrytb
2023-04-29Merge branch 'master' into sixeltopcat001
2023-04-28Merge branch 'obsd-master'Thomas Adam
2023-04-28Cast both strings for tparm.Nicholas Marriott
2023-04-28Add options to change the confirm key and default behaviour ofnicm
2023-04-28Do not fatal if tparm fails, instead just log it (not working sequencesnicm
2023-04-28Use ncurses' new tparm_s function (added in 6.4-20230424) instead of tparm soNicholas Marriott
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-25Include NCURSES_VERSION_PATCH in the log.Nicholas Marriott
2023-04-25Tidy tparm wrapper functions to have more obvious names and check tparmnicm
2023-04-25Invalidate cached tty state after changing features since they maynicm
2023-04-17Ignore the user keys range when checking if a key is Unicode.nicm
2023-04-17It seems silly to use progname for version, just always say tmux.nicm
2023-04-17Make the check if printing is allowed the same as writing which is lessnicm
2023-04-17Discard mouse sequences that have the right form but actually arenicm
2023-04-03Add support for spawning panes in separate cgroups with systemd and a configureNicholas Marriott
2023-04-03Clarify text for new -A slightly, GitHub issue 3508.nicm
2023-03-30Merge branch 'master' into sixeltopcat001
2023-03-27Add a format to show if there are unseen changes while in a mode, fromnicm
2023-03-27For passthrough, don't write to clients attached to different sessions,nicm
2023-03-15Merge branch 'obsd-master'Thomas Adam
2023-03-15Do not leak screen in popups, GitHub issue 3492.nicm
2023-03-15Merge branch 'obsd-master'Thomas Adam
2023-03-15Fix command prompt not to always append argument but only if there hasnicm
2023-02-10Merge branch 'obsd-master'Thomas Adam
2023-02-10Fix cursor position after zero width space, GitHub issue 3469.nicm