summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2015-11-14Merge branch 'obsd-master'Thomas Adam
2015-11-14Merge branch 'obsd-master'Thomas Adam
2015-11-14Couple of assignments to remove compiler warnings.nicm
2015-11-14Be more strict about invalid UTF-8.nicm
2015-11-14Push stdout and stderr to clients more aggressively, and add an event tonicm
2015-11-14Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-11-14Update the TODO file.Nicholas Marriott
2015-11-14Log more of UTF-8 input.nicm
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-11-13Log option names in fatal() for missing option.nicm
2015-11-13Merge branch 'master' of github.com:tmux/tmuxNicholas Marriott
2015-11-13utf8 option is gone.Nicholas Marriott
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-11-13Two spacing and spelling nits.nicm
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-11-13Add window_visible_layout which ignores zoomed panes and use it fornicm
2015-11-13Long overdue change to the way we store cells in the grid: now, insteadnicm
2015-11-13Merge branch 'obsd-master'Thomas Adam
2015-11-12Rename overly-long utf8data to ud throughout.nicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12grid_put_utf8 is unused, remove it.nicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12Add utf8_padcstr and use it to align columns in list-keys.nicm
2015-11-12tweak previous; ok nicmjmc
2015-11-12Tidy utf8.c a little: build table on first use, and make utf8_width takenicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12tmux is UTF-8, so if $TMUX is set (tmux running in tmux), the client isnicm
2015-11-12If we know the terminal outside tmux is not UTF-8, replace UTF-8 innicm
2015-11-12Nuke the utf8 and status-utf8 options and make tmux only a UTF-8nicm
2015-11-12Remove the mouse_utf8_flag format as well.nicm
2015-11-12Support UTF-8 key bindings by expanding the key type from int tonicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-12Default history-file should be "" not NULL, from Greg Onufe.nicm
2015-11-12Merge branch 'obsd-master'Thomas Adam
2015-11-11Drop mouse-utf8 option and always turn on UTF-8 mouse if the client saysnicm
2015-11-11Merge branch 'obsd-master'Thomas Adam
2015-11-10If realpath() fails just try the original path.nicm
2015-11-10Handle absolute paths properly, and don't use resolved path innicm
2015-11-05Same bug as last commit, but in the other copy of the loop in this file...nicm
2015-11-05Update the internal wcwidth(3) table of tmux(1) to match the dataschwarze
2015-11-05Merge branch 'obsd-master'Thomas Adam
2015-11-05Pass through right click if mouse is on, from Patrick Palka.nicm
2015-11-03Merge branch 'obsd-master'Thomas Adam
2015-11-03Detach the client we are looping over, from Thomas Adam.nicm
2015-10-31Merge branch 'obsd-master'Thomas Adam
2015-10-31Fall back silently to ~ or / rather than checking -c with access(), thisnicm
2015-10-31Don't shift version out of peerid, it is needed later.nicm
2015-10-31The output log is only useful once and it means creating a file, so opennicm
2015-10-31Merge branch 'obsd-master'Thomas Adam