summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2011-06-24trunk/tmux not tmux/tmuxNicholas Marriott
2011-06-23Tweaks, one thing I have an uncommitted fix for.Nicholas Marriott
2011-06-23PatchSet 924Nicholas Marriott
Date: 2011/06/05 12:19:03 Author: nicm Branch: HEAD Tag: (none) Log: Add a respawn-pane command, from Marcel Partap.
2011-06-23Removed file.Nicholas Marriott
2011-06-23PatchSet 923Nicholas Marriott
Date: 2011/06/05 11:53:05 Author: nicm Branch: HEAD Tag: (none) Log: Get rid of the layout string code which tries to walk through the layout hierarchy and instead just look at what panes are actually in the window.
2011-06-23PatchSet 922Nicholas Marriott
Date: 2011/05/30 22:02:28 Author: nicm Branch: HEAD Tag: (none) Log: Fix a typo, spotted by Michal Mazurek..
2011-06-05Add.Nicholas Marriott
2011-06-05Add.Nicholas Marriott
2011-06-05Add.Nicholas Marriott
2011-05-29$Id$ not $OpenBSD$.Tiago Cunha
2011-05-26Sync OpenBSD patchset 921:Tiago Cunha
Trim another useless if statement, from Ailin Nemui.
2011-05-26Sync OpenBSD patchset 920:Tiago Cunha
Memory leak in error path, from Tiago Cunha.
2011-05-26Sync OpenBSD patchset 819:Tiago Cunha
Nuke a redundant if statement, from Tiago Cunha.
2011-05-26One of these gives us b64_ntop.Nicholas Marriott
2011-05-26Add.Nicholas Marriott
2011-05-23Bye bye stray tmux directory.Nicholas Marriott
2011-05-22...Nicholas Marriott
2011-05-22...Nicholas Marriott
2011-05-22...Nicholas Marriott
2011-05-22...Nicholas Marriott
2011-05-22...Nicholas Marriott
2011-05-22.Nicholas Marriott
2011-05-22Update links.Nicholas Marriott
2011-05-22Sync OpenBSD patchset 918:Tiago Cunha
tweak the TERMINFO section; ok nicm
2011-05-22Sync OpenBSD patchset 917:Tiago Cunha
Pass prompts through status_replace so that they can be more helpful (such as showing the previous session name when renaming). From Tiago Cunha.
2011-05-22Sync OpenBSD patchset 916:Tiago Cunha
Support DECSCUSR sequence to set the cursor style with two new terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
2011-05-22Sync OpenBSD patchset 915:Tiago Cunha
Support xterm(1) cursor colour change sequences through terminfo(5) Cc (set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui.
2011-05-22Sync OpenBSD patchset 914:Tiago Cunha
Support setting the xterm clipboard when copying from copy mode using the xterm escape sequence for the purpose (if xterm is configured to allow it). Written by and much discussed Ailin Nemui, guidance on xterm/termcap/terminfo from Thomas Dickey.
2011-05-21Someone mentioned this at LinuxTag as well.Nicholas Marriott
2011-05-18Add.Nicholas Marriott
2011-05-18Sync OpenBSD patchset 913:Tiago Cunha
Add three new copy-mode commands - select-line, copy-line, copy-end-of-line. From Dave Disser and Randy Stauner a while back.
2011-05-18Sync OpenBSD patchset 912:Tiago Cunha
Use xfree not free, from Tiago Cunha.
2011-05-18Sync OpenBSD patchset 911:Tiago Cunha
Use button mouse mode not any for copy mode, fixes issues with putty. From Ailin Nemui.
2011-05-18Sync OpenBSD patchset 910:Tiago Cunha
Reset last pane properly when using break-pane as well, fixes a problem reported to Debian by Hannes von Haugwitz (bug 622677).
2011-05-18Sync OpenBSD patchset 909:Tiago Cunha
Reset last pane on swap-pane across windows, fixes crash noticed by hsim at gmx.li.
2011-05-18Sync OpenBSD patchset 908:Tiago Cunha
Only select pane on click, not drag. From hsim at gmx.li.
2011-05-18Sync OpenBSD patchset 907:Tiago Cunha
Fix a couple of memory leaks, from Tiago Cunha.
2011-05-18Sync OpenBSD patchset 906:Tiago Cunha
Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.
2011-05-18Sync OpenBSD patchset 905:Tiago Cunha
Add a new option, mouse-resize-pane. When on, panes may be resized by dragging their borders. From hsim at gmx.li.
2011-05-18Sync OpenBSD patchset 904:Tiago Cunha
Use the tsl and fsl terminfo(5) capabilities to update terminal title and automatically fill them in on terminals with the XT capability (which means their title setting is xterm-compatible). From hsim at gmx.li.
2011-05-18+.Nicholas Marriott
2011-05-18+.Nicholas Marriott
2011-05-18Update from Tiago Resende.Nicholas Marriott
2011-05-17Add some stuff mentioned to me at LinuxTag.Nicholas Marriott
2011-05-10+.Nicholas Marriott
2011-05-05Sync OpenBSD patchset 903:Tiago Cunha
Change window with mouse wheel over status line if mouse-select-window is on, from marcel partap.
2011-05-05Sync OpenBSD patchset 901:Tiago Cunha
Don't use strnvis for the title as it breaks UTF-8. set-titles is now off by default and we have to trust the terminal can understand what we send it anyway so there isn't any harm.
2011-05-05Sync OpenBSD patchset 900:Tiago Cunha
Check if mouse-select-pane is ON not off when setting mouse flags, reported by oga.
2011-05-05Sync OpenBSD patchset 899:Tiago Cunha
Only redraw the status line on command update, not the entire client (big DOH).
2011-04-25Sync OpenBSD patchset 898:Tiago Cunha
Provide #h for short hostname (no domain) from Michal Mazurek.