summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2014-04-03Work out mouse scroll wheel effect when the mouse is first detected andNicholas Marriott
2014-04-03A couple of trivial mouse-related style nits.Nicholas Marriott
2014-04-02Support UTF-8 with choose-buffer, from Kosuke ASAMI. Also makeNicholas Marriott
2014-04-02Use the same logic for bell with and without visual-bell, from FilipNicholas Marriott
2014-04-02Do not replace ## with # in status_replace1 because it'll be done laterNicholas Marriott
2014-04-02pane_start_path has gone away.Nicholas Marriott
2014-04-01missed commit matching log.cTheo de Raadt
2014-03-31Don't crash with a zero-length argument to setb, from J Raynor.Nicholas Marriott
2014-03-31In four byte UTF-8 sequences, only three bits of the first byte shouldNicholas Marriott
2014-03-31Remove log_debug2 as well and simplify log.c.Nicholas Marriott
2014-03-31GRID_DEBUG is no longer needed.Nicholas Marriott
2014-03-31Remove unused log functions.Nicholas Marriott
2014-03-31Make message-limit a server option.Nicholas Marriott
2014-03-31Don't segfaut when the parent of the layout cell is NULL, from Thomas Adam.Nicholas Marriott
2014-03-31Add names for mouse button bits rather than using magic numbers, fromNicholas Marriott
2014-03-31Use hex constants rather than shifts for mouse events and flags, pointedNicholas Marriott
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withNicholas Marriott
2014-03-31Make session_attached a count and add session_many_attached flag.Nicholas Marriott
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,Nicholas Marriott
2014-03-31Having three *clock* files is ridiculous, remove clock.c.Nicholas Marriott
2014-03-31Don't write into buffer if no arguments, reported by Filipe Rosset.Nicholas Marriott
2014-03-31Change secondary device attributes response to \033[>84;0;0c which isNicholas Marriott
2014-02-23Change terminal-overrides to a server option (now that we have them), itNicholas Marriott
2014-02-22Fix crash due to uninitialized lastwp member of layout_cell, reported byNicholas Marriott
2014-02-22Fix -fg/-bg/-style with 256 colour terminals.Nicholas Marriott
2014-02-17Fix memory leaks with paste_replace, based on changes from J Raynor.Nicholas Marriott
2014-02-17Be consistent and allow only mouse down and mouse wheel for any paneNicholas Marriott
2014-02-17Don't crash when given a invalid colour, reported by Felix Rosencrantz,Nicholas Marriott
2014-02-16Leftovers from removing 88 colour support, from Theo Buehler.Nicholas Marriott
2014-02-14If the terminfo entry has colors#256, assume that setaf and setab workNicholas Marriott
2014-02-14Make status-interval of zero work as indented.Nicholas Marriott
2014-02-14Style nit - no space between function name and bracket.Nicholas Marriott
2014-02-14Do not need to call winlink_find_by_window, from Filip Moc.Nicholas Marriott
2014-02-14Check for NULL session and whatnot in status_replace, from Thomas Adam.Nicholas Marriott
2014-02-14Make C-j the same as C-m, from Simon Nicolussi.Nicholas Marriott
2014-02-12Avoid use of uninitialized variable, from Thomas Adam.Nicholas Marriott
2014-02-10The last fix to xterm keys meant that some keys such as \033OA wereNicholas Marriott
2014-02-02fix some minor formatting glitches;Jason McIntyre
2014-01-31Break up and simplify screen_redraw_screen.Nicholas Marriott
2014-01-31Fix partial matches with xterm-keys on, from m0viefreak dot cm atNicholas Marriott
2014-01-31Add \033[18t window operations from J Raynor.Nicholas Marriott
2014-01-28Fix missing argument, stupid last minute changes...Nicholas Marriott
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}Nicholas Marriott
2014-01-28Remember the last active pane in the top-bottom or left-right cell soNicholas Marriott
2014-01-27Merge start-server into kill-server.Nicholas Marriott
2014-01-22Support paste key in copy mode input (for search etc). Also clamp lengthNicholas Marriott
2014-01-22Merge server-info into show-messages and remove some not useful output.Nicholas Marriott
2014-01-22Do not permit periods in session names (colons are already banned). FromNicholas Marriott
2014-01-22Only exit copy mode at the bottom if no selection in progress, fromNicholas Marriott
2014-01-15Do not attempt to read .tmux.conf if we can't figure out a homeNicholas Marriott