summaryrefslogtreecommitdiffstats
path: root/tmux.h
AgeCommit message (Expand)Author
2014-03-31GRID_DEBUG is no longer needed.nicm
2014-03-31Remove unused log functions.nicm
2014-03-31Add names for mouse button bits rather than using magic numbers, fromnicm
2014-03-31Use hex constants rather than shifts for mouse events and flags, pointednicm
2014-03-31Add setb -a to append and a copy mode append command, from J Raynor withnicm
2014-03-31Make session_attached a count and add session_many_attached flag.nicm
2014-03-31Add start-of-list, end-of-list, top-line and bottom-line in choice mode,nicm
2014-03-31Having three *clock* files is ridiculous, remove clock.c.nicm
2014-02-23Change terminal-overrides to a server option (now that we have them), itnicm
2014-01-31Break up and simplify screen_redraw_screen.nicm
2014-01-28Allow replacing each of the many sets of separate foo-{fg,bg,attr}nicm
2014-01-28Remember the last active pane in the top-bottom or left-right cell sonicm
2014-01-09Allow attach-session -t to accept a window and pane to select them onnicm
2013-10-23Key to swap to other end of selection (bound to o with vi keys), from Jnicm
2013-10-20Do not run any command line command from the client which starts thenicm
2013-10-10Remove the KERN_PROC_CWD the proc_current_path format (which is the onlynicm
2013-10-10We accidentally haven't been using $TMUX to work out the session for anicm
2013-10-10Alter how tmux handles the working directory to internally use filenicm
2013-10-10Similarly for MSG_COMMAND - allow full imsg limit not arbitrary 2048.nicm
2013-10-10Remove CMD_SENDENVIRON.nicm
2013-10-10Pass flags into cmdq_guard as an argument since sometimes cmdq->cmd cannicm
2013-07-05Implement s, S, C mode switch commands in vi(1) mode, from Ben Boeckel.Nicholas Marriott
2013-06-23Focus events can cause trouble if left on and they can't be turned offNicholas Marriott
2013-06-02The actual terminfo entries we ended up with for cursor changes are Cs,Nicholas Marriott
2013-05-31Instead of eating 1024 bytes or so for the arguments of each command,Nicholas Marriott
2013-04-24Rename global configuration define.Nicholas Marriott
2013-04-22When using choose-tree -u, start with the current windowNicholas Marriott
2013-03-27Remove tmux's (already minimal) 88 colour support. Such terminals areNicholas Marriott
2013-03-25Add -P and -F to new-session.Nicholas Marriott
2013-03-25Rename session idx to session id throughout and add $ prefix to targetsNicholas Marriott
2013-03-25Add a wait-for command which blocks a client on a named channel until itNicholas Marriott
2013-03-24Add -A flag to new-session to make it behave like attach-session if theNicholas Marriott
2013-03-24Add a command queue to standardize and simplify commands that call otherNicholas Marriott
2013-03-24Handle focus events from the terminal, from Aaron Jensen.Nicholas Marriott
2013-03-22Add session_set_current helper function, extracted from a diff fromNicholas Marriott
2013-03-22Add -e flag to capture-pane to include embedded ANSI SGR escapeNicholas Marriott
2013-03-22Fix double space in sessions template.Nicholas Marriott
2013-03-22Add resize-pane -x and -y for absolute pane size (much requested).Nicholas Marriott
2013-03-22Support the latest theory for mouse input, this is enabled/disabled withNicholas Marriott
2013-03-21Instead of loads of little screen_write_*_on and off functions whichNicholas Marriott
2013-03-21Tidy by splitting default key tables into two.Nicholas Marriott
2013-03-21Fix constness of cmd_template_replace, window_choose_add_item andNicholas Marriott
2013-03-21Allow choose commands to be used outside tmux, so long as at least oneNicholas Marriott
2013-02-05Automatically reflow wrapped lines when a pane is resized, requested byNicholas Marriott
2013-01-18Rather than having two grids for each pane, one for ASCII and one forNicholas Marriott
2013-01-17Remove the layout undo/redo code which never really worked.Nicholas Marriott
2013-01-15Implement ECH (erase character, CSI X). Reported by Christian Neukirchen.Nicholas Marriott
2013-01-15If timing between keys is less than (by default) 1 millisecond, assumeNicholas Marriott
2012-12-24Add missing function prototype.Nicholas Marriott
2012-11-27Fix return value of load_cfg, from Thomas Adam.Nicholas Marriott