aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Someone mentioned this at LinuxTag as well.Nicholas Marriott2011-05-21
|
* Add.Nicholas Marriott2011-05-18
|
* Sync OpenBSD patchset 913:Tiago Cunha2011-05-18
| | | | | | Add three new copy-mode commands - select-line, copy-line, copy-end-of-line. From Dave Disser and Randy Stauner a while back.
* Sync OpenBSD patchset 912:Tiago Cunha2011-05-18
| | | | | Use xfree not free, from Tiago Cunha.
* Sync OpenBSD patchset 911:Tiago Cunha2011-05-18
| | | | | | Use button mouse mode not any for copy mode, fixes issues with putty. From Ailin Nemui.
* Sync OpenBSD patchset 910:Tiago Cunha2011-05-18
| | | | | | Reset last pane properly when using break-pane as well, fixes a problem reported to Debian by Hannes von Haugwitz (bug 622677).
* Sync OpenBSD patchset 909:Tiago Cunha2011-05-18
| | | | | | Reset last pane on swap-pane across windows, fixes crash noticed by hsim at gmx.li.
* Sync OpenBSD patchset 908:Tiago Cunha2011-05-18
| | | | | Only select pane on click, not drag. From hsim at gmx.li.
* Sync OpenBSD patchset 907:Tiago Cunha2011-05-18
| | | | | Fix a couple of memory leaks, from Tiago Cunha.
* Sync OpenBSD patchset 906:Tiago Cunha2011-05-18
| | | | | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.
* Sync OpenBSD patchset 905:Tiago Cunha2011-05-18
| | | | | | Add a new option, mouse-resize-pane. When on, panes may be resized by dragging their borders. From hsim at gmx.li.
* Sync OpenBSD patchset 904:Tiago Cunha2011-05-18
| | | | | | | | 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.
* +.Nicholas Marriott2011-05-18
|
* +.Nicholas Marriott2011-05-18
|
* Update from Tiago Resende.Nicholas Marriott2011-05-18
|
* Add some stuff mentioned to me at LinuxTag.Nicholas Marriott2011-05-17
|
* +.Nicholas Marriott2011-05-10
|
* Sync OpenBSD patchset 903:Tiago Cunha2011-05-05
| | | | | | Change window with mouse wheel over status line if mouse-select-window is on, from marcel partap.
* Sync OpenBSD patchset 901:Tiago Cunha2011-05-05
| | | | | | | 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.
* Sync OpenBSD patchset 900:Tiago Cunha2011-05-05
| | | | | | Check if mouse-select-pane is ON not off when setting mouse flags, reported by oga.
* Sync OpenBSD patchset 899:Tiago Cunha2011-05-05
| | | | | | Only redraw the status line on command update, not the entire client (big DOH).
* Sync OpenBSD patchset 898:Tiago Cunha2011-04-25
| | | | | Provide #h for short hostname (no domain) from Michal Mazurek.
* Sync OpenBSD patchset 897:Tiago Cunha2011-04-25
| | | | | | Tweak copy behaviour slightly in vi mode to be closer to real vi. From Tiago Resende.
* Sync OpenBSD patchset 896:Tiago Cunha2011-04-25
| | | | | | | | When mode-mouse is on (it is off by default), automatically enter copy mode when the mouse is dragged or the mouse wheel is used. Also exit copy mode when the mouse wheel is scrolled off the bottom. Discussed with and written by hsim at gmx dot li.
* Sync OpenBSD patchset 895:Tiago Cunha2011-04-25
| | | | | | | | POSIX only guarantees uname() will return a non-negative value on success. ok nicm@
* Add.Nicholas Marriott2011-04-19
|
* |PatchSet 894Nicholas Marriott2011-04-18
| | | | | | | | | | | |Date: 2011/04/18 21:57:16 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |The mouse should only work in copy mode if mode-mouse is set, not just |mouse-select-pane.
* |PatchSet 893Nicholas Marriott2011-04-18
| | | | | | | | | | | |Date: 2011/04/18 20:49:05 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add an option (mouse-select-window) which allows the mouse to be used by |clicking on the status line, written by hsim at gmx dot li.
* |PatchSet 891Nicholas Marriott2011-04-18
| | | | | | | | | | |Date: 2011/04/17 20:28:09 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add -t to list-clients, based on a diff from Zac Sprackett.
* |PatchSet 890Nicholas Marriott2011-04-18
| | | | | | | | | | |Date: 2011/04/17 20:21:19 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Fix character position check, from Tiago Resende.
* |PatchSet 889Nicholas Marriott2011-04-18
| | | | | | | | | | |Date: 2011/04/11 17:44:36 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |-s comes before -t and also add -s to command syntax. Prompted by jmc.
* Sync man page.Nicholas Marriott2011-04-18
|
* PatchSet 887Nicholas Marriott2011-04-18
| | | | | | | | | | | Date: 2011/04/10 04:20:59 Author: guenther Branch: HEAD Tag: (none) Log: Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now that we've got name we want for the API we want
* |PatchSet 886Nicholas Marriott2011-04-18
| | | | | | | | | | | |Date: 2011/04/09 21:00:29 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Since buffers are now global, bump the default buffer-limit a bit higher |to 20 rather than 9.
* Window content backup script from Victor J Orlikowski.Nicholas Marriott2011-04-17
|
* Add tmuxinator.Nicholas Marriott2011-04-15
|
* Add some third party stuff.Nicholas Marriott2011-04-15
|
* +.Nicholas Marriott2011-04-15
|
* Add.Nicholas Marriott2011-04-12
|
* a independent -> an independent.Nicholas Marriott2011-04-11
|
* Entry on italics from Tiago Resende.Nicholas Marriott2011-04-11
|
* Add -s option to detach all clients attached to a session, from ZacNicholas Marriott2011-04-11
| | | | | Sprackett.
* If the terminal supports sitm for italics, use it instead of standoutNicholas Marriott2011-04-09
| | | | | (smso). From Tiago Resende.
* Manual date.Nicholas Marriott2011-04-06
|
* |PatchSet 884Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/04/06 22:51:31 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Change so that an empty session name always means the current sessions |even if given with, for example, -t '', and explicitly forbid empty |session names and those containing a : when they are created.
* |PatchSet 883Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/04/06 12:36:26 |Author: miod |Branch: HEAD |Tag: (none) |Log: |Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' |for chars.
* |PatchSet 882Nicholas Marriott2011-04-06
| | | | | | | | | | | | |Date: 2011/04/05 20:37:01 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Add a flag to cmd_find_session so that attach-session can prefer |unattached sessions when choosing the most recently used (if -t is not |given). Suggested by claudio@.
* |PatchSet 881Nicholas Marriott2011-04-06
| | | | | | | | | | |Date: 2011/04/05 19:55:38 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |Bind C-u to delete-line in vi mode like ksh does, suggested by thib.
* |PatchSet 880Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/04/01 17:59:11 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |"or" should be on a line on its own here so it is not emphasised as |well.
* |PatchSet 879Nicholas Marriott2011-04-06
| | | | | | | | | | | |Date: 2011/03/29 22:09:13 |Author: nicm |Branch: HEAD |Tag: (none) |Log: |For convenience, work out what type of option is being set by name |regardless of the -s or -w flags (these remain documented however).