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