summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2011-05-18Support setting the xterm clipboard when copying from copy mode usingNicholas Marriott
2011-05-18Add three new copy-mode commands - select-line, copy-line,Nicholas Marriott
2011-05-18Use xfree not free, from Tiago Cunha.Nicholas Marriott
2011-05-18Use button mouse mode not any for copy mode, fixes issues withNicholas Marriott
2011-05-08Reset last pane properly when using break-pane as well, fixes a problemNicholas Marriott
2011-05-08Reset last pane on swap-pane across windows, fixes crash noticed by hsimNicholas Marriott
2011-05-08Only select pane on click, not drag. From hsim at gmx.li.Nicholas Marriott
2011-05-08Fix a couple of memory leaks, from Tiago Cunha.Nicholas Marriott
2011-05-08Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.Nicholas Marriott
2011-05-08Add a new option, mouse-resize-pane. When on, panes may be resized byNicholas Marriott
2011-05-08Use the tsl and fsl terminfo(5) capabilities to update terminal titleNicholas Marriott
2011-05-04Change window with mouse wheel over status line if mouse-select-windowNicholas Marriott
2011-05-04Don't need vis.h anymore.Nicholas Marriott
2011-05-04Don't use strnvis for the title as it breaks UTF-8. set-titles is nowNicholas Marriott
2011-05-04Check if mouse-select-pane is ON not off when setting mouse flags,Nicholas Marriott
2011-04-29Only redraw the status line on command update, not the entire clientNicholas Marriott
2011-04-24Provide #h for short hostname (no domain) from Michal Mazurek.Nicholas Marriott
2011-04-24Tweak copy behaviour slightly in vi mode to be closer to real vi. FromNicholas Marriott
2011-04-19When mode-mouse is on (it is off by default), automatically enter copyNicholas Marriott
2011-04-19POSIX only guarantees uname() will return a non-negative value onMatthew Dempsky
2011-04-18The mouse should only work in copy mode if mode-mouse is set, not justNicholas Marriott
2011-04-18Add an option (mouse-select-window) which allows the mouse to be used byNicholas Marriott
2011-04-17new sentence, new line;Jason McIntyre
2011-04-17Add -t to list-clients, based on a diff from Zac Sprackett.Nicholas Marriott
2011-04-17Fix character position check, from Tiago Resende.Nicholas Marriott
2011-04-11-s comes before -t and also add -s to command syntax. Prompted by jmc.Nicholas Marriott
2011-04-11Add -s option to detach all clients attached to a session, from ZacNicholas Marriott
2011-04-10Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc nowPhilip Guenther
2011-04-09Since buffers are now global, bump the default buffer-limit a bit higherNicholas Marriott
2011-04-09If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott
2011-04-06Change so that an empty session name always means the current sessionsNicholas Marriott
2011-04-06Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0'Miod Vallat
2011-04-05Add a flag to cmd_find_session so that attach-session can preferNicholas Marriott
2011-04-05Bind C-u to delete-line in vi mode like ksh does, suggested by thib.Nicholas Marriott
2011-04-01"or" should be on a line on its own here so it is not emphasised asNicholas Marriott
2011-03-29For convenience, work out what type of option is being set by nameNicholas Marriott
2011-03-29Checking for particular options and redrawing is not necessary as weNicholas Marriott
2011-03-29Update an out-of-date and inaccurate comment.Nicholas Marriott
2011-03-29Change -t on display-message to be target-pane for the #[A-Z]Nicholas Marriott
2011-03-28Add -a and -s options to lsp to list all panes in the server or sessionNicholas Marriott
2011-03-28Allow a start and end line to be specified for capture-pane which may beNicholas Marriott
2011-03-28Style: uint -> u_int and a missing else.Nicholas Marriott
2011-03-27Set the terminal blocking again earlier, before sending the resetNicholas Marriott
2011-03-27Don't include meta twice when working out the flags to output forNicholas Marriott
2011-03-27Give each pane created in a tmux server a unique id (starting from 0),Nicholas Marriott
2011-03-26Fix to properly wrap wide characters, from Micah Cowan.Nicholas Marriott
2011-03-08Fix an incorrect test which was always true (oupper is always < olower),Nicholas Marriott
2011-03-07Prevent tiled producing a corrupt layout when only one column is needed,Nicholas Marriott
2011-03-07Support passing through escape sequences to the underlying terminal byNicholas Marriott
2011-03-04Two fixes by Micah Cowan: make mouse work properly beyond >127 on signedNicholas Marriott