aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Add missing $Id$.Tiago Cunha2011-07-09
|
* Sync OpenBSD patchset 938:Tiago Cunha2011-07-09
| | | | | Unused variable.
* Pass the right size to calloc (* not **).Nicholas Marriott2011-07-09
|
* Sync OpenBSD patchset 936:Tiago Cunha2011-07-08
| | | | | | | | Do not continue to send data to suspended/locked clients or there will be a huge rush of it after they are resumed/unlocked. The main output path was fine but status line updates and the terminal state reset code were missed.
* Sync OpenBSD patchset 935:Tiago Cunha2011-07-08
| | | | | flags[] should be initialized. From Thomas Adam.
* Sync OpenBSD patchset 934:Tiago Cunha2011-07-08
| | | | | | | | Make confirm-before prompt customizable with -p option like command-prompt. Also move responsibility for calling status_replace into status_prompt_{set,update} and add #W and #P to the default kill-window and kill-pane prompts. By Tiago Cunha.
* Sync OpenBSD patchset 933:Tiago Cunha2011-07-08
| | | | | Fix a couple of comments.
* Sync OpenBSD patchset 932:Tiago Cunha2011-07-05
| | | | | Show full targets for lsp/lsw -a.
* Sync OpenBSD patchset 931:Tiago Cunha2011-07-05
| | | | | | Use screen_reinit for respawn-pane to keep history and call input_init for respawn-window to break out of waiting for DCS/OSC to finish.
* Done too.Nicholas Marriott2011-07-04
|
* Done too.Nicholas Marriott2011-07-04
|
* These are done.Nicholas Marriott2011-07-04
|
* Sync OpenBSD patchset 930:Tiago Cunha2011-07-04
| | | | | | | Change the list-keys format so that it shows the keys using actual tmux commands which should be able to be directly copied into the config file. From Markus Schnalke, tweaked by me.
* Sync OpenBSD patchset 929:Tiago Cunha2011-07-04
| | | | | | Add an option to trigger the terminal bell when there is an alert, from Marco Beck.
* Sync OpenBSD patchset 928:Tiago Cunha2011-07-04
| | | | | | Include the existing window and session name in the prompt when renaming and add a new key binding ($) for rename session. From Tiago Cunha.
* Sync OpenBSD patchset 927:Tiago Cunha2011-07-03
| | | | | | Allow the initial context on prompts to be set with the new -I option to command-prompt. From Tiago Cunha.
* Sync OpenBSD patchset 926:Tiago Cunha2011-07-03
| | | | | PANE_FREEZE doesn't do anything anymore, so remove it.
* Sync OpenBSD patchset 925:Tiago Cunha2011-07-03
| | | | | | Add a couple of extra xterm-style keys that gnome terminal provides, from Dustin Kirkland.
* +.Nicholas Marriott2011-06-27
|
* tparm requires 10 arguments on Solaris.Nicholas Marriott2011-06-26
|
* +.Nicholas Marriott2011-06-26
|
* trunk/tmux not tmux/tmuxNicholas Marriott2011-06-24
|
* Tweaks, one thing I have an uncommitted fix for.Nicholas Marriott2011-06-23
|
* PatchSet 924Nicholas Marriott2011-06-23
| | | | | | | | | | | Date: 2011/06/05 12:19:03 Author: nicm Branch: HEAD Tag: (none) Log: Add a respawn-pane command, from Marcel Partap.
* Removed file.Nicholas Marriott2011-06-23
|
* PatchSet 923Nicholas Marriott2011-06-23
| | | | | | | | | | | | 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.
* PatchSet 922Nicholas Marriott2011-06-23
| | | | | | | | | | | Date: 2011/05/30 22:02:28 Author: nicm Branch: HEAD Tag: (none) Log: Fix a typo, spotted by Michal Mazurek..
* Add.Nicholas Marriott2011-06-05
|
* Add.Nicholas Marriott2011-06-05
|
* Add.Nicholas Marriott2011-06-05
|
* $Id$ not $OpenBSD$.Tiago Cunha2011-05-29
|
* Sync OpenBSD patchset 921:Tiago Cunha2011-05-26
| | | | | Trim another useless if statement, from Ailin Nemui.
* Sync OpenBSD patchset 920:Tiago Cunha2011-05-26
| | | | | Memory leak in error path, from Tiago Cunha.
* Sync OpenBSD patchset 819:Tiago Cunha2011-05-26
| | | | | Nuke a redundant if statement, from Tiago Cunha.
* One of these gives us b64_ntop.Nicholas Marriott2011-05-26
|
* Add.Nicholas Marriott2011-05-26
|
* Bye bye stray tmux directory.Nicholas Marriott2011-05-23
|
* ...Nicholas Marriott2011-05-22
|
* ...Nicholas Marriott2011-05-22
|
* ...Nicholas Marriott2011-05-22
|
* ...Nicholas Marriott2011-05-22
|
* ...Nicholas Marriott2011-05-22
|
* .Nicholas Marriott2011-05-22
|
* Update links.Nicholas Marriott2011-05-22
|
* Sync OpenBSD patchset 918:Tiago Cunha2011-05-22
| | | | | tweak the TERMINFO section; ok nicm
* Sync OpenBSD patchset 917:Tiago Cunha2011-05-22
| | | | | | | Pass prompts through status_replace so that they can be more helpful (such as showing the previous session name when renaming). From Tiago Cunha.
* Sync OpenBSD patchset 916:Tiago Cunha2011-05-22
| | | | | | Support DECSCUSR sequence to set the cursor style with two new terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
* Sync OpenBSD patchset 915:Tiago Cunha2011-05-22
| | | | | | | 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.
* Sync OpenBSD patchset 914:Tiago Cunha2011-05-22
| | | | | | | | | | 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.