summaryrefslogtreecommitdiff
path: root/usr.bin/tmux
AgeCommit message (Expand)Author
2011-07-09Unused variable.Nicholas Marriott
2011-07-09Pass the right size to calloc (* not **).Nicholas Marriott
2011-07-08Do not continue to send data to suspended/locked clients or there willNicholas Marriott
2011-07-08flags[] should be initialized. From Thomas Adam.Nicholas Marriott
2011-07-08Make confirm-before prompt customizable with -p option likeNicholas Marriott
2011-07-08Fix a couple of comments.Nicholas Marriott
2011-07-04Show full targets for lsp/lsw -a.Nicholas Marriott
2011-07-04Use screen_reinit for respawn-pane to keep history and call input_initNicholas Marriott
2011-07-04Change the list-keys format so that it shows the keys using actual tmuxNicholas Marriott
2011-07-03Add an option to trigger the terminal bell when there is an alert, fromNicholas Marriott
2011-07-03Include the existing window and session name in the prompt when renamingNicholas Marriott
2011-07-02Allow the initial context on prompts to be set with the new -I option toNicholas Marriott
2011-06-27PANE_FREEZE doesn't do anything anymore, so remove it.Nicholas Marriott
2011-06-23Add a couple of extra xterm-style keys that gnome terminal provides,Nicholas Marriott
2011-06-05Add a respawn-pane command, from Marcel Partap.Nicholas Marriott
2011-06-05Get rid of the layout string code which tries to walk through the layoutNicholas Marriott
2011-05-30Fix a typo, spotted by Michal Mazurek..Nicholas Marriott
2011-05-26Trim another useless if statement, from Ailin Nemui.Nicholas Marriott
2011-05-25Memory leak in error path, from Tiago Cunha.Nicholas Marriott
2011-05-25Nuke a redundant if statement, from Tiago Cunha.Nicholas Marriott
2011-05-21tweak the TERMINFO section; ok nicmJason McIntyre
2011-05-20Pass prompts through status_replace so that they can be more helpfulNicholas Marriott
2011-05-20Support DECSCUSR sequence to set the cursor style with two newNicholas Marriott
2011-05-20Support xterm(1) cursor colour change sequences through terminfo(5) CcNicholas Marriott
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