| Commit message (Collapse) | Author | Age |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
tweak the TERMINFO section; ok nicm
|
|
|
|
|
|
|
| |
Pass prompts through status_replace so that they can be more helpful
(such as showing the previous session name when renaming). From Tiago
Cunha.
|
|
|
|
|
|
| |
Support DECSCUSR sequence to set the cursor style with two new
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
|
|
|
|
|
| |
Add three new copy-mode commands - select-line, copy-line,
copy-end-of-line. From Dave Disser and Randy Stauner a while back.
|
|
|
|
|
| |
Use xfree not free, from Tiago Cunha.
|
|
|
|
|
|
| |
Use button mouse mode not any for copy mode, fixes issues with
putty. From Ailin Nemui.
|
|
|
|
|
|
| |
Reset last pane properly when using break-pane as well, fixes a problem
reported to Debian by Hannes von Haugwitz (bug 622677).
|
|
|
|
|
|
| |
Reset last pane on swap-pane across windows, fixes crash noticed by hsim
at gmx.li.
|
|
|
|
|
| |
Only select pane on click, not drag. From hsim at gmx.li.
|
|
|
|
|
| |
Fix a couple of memory leaks, from Tiago Cunha.
|
|
|
|
|
| |
Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha.
|
|
|
|
|
|
| |
Add a new option, mouse-resize-pane. When on, panes may be resized by
dragging their borders. From hsim at gmx.li.
|
|
|
|
|
|
|
|
| |
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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Change window with mouse wheel over status line if mouse-select-window
is on, from marcel partap.
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
| |
Check if mouse-select-pane is ON not off when setting mouse flags,
reported by oga.
|
|
|
|
|
|
| |
Only redraw the status line on command update, not the entire client
(big DOH).
|
|
|
|
|
| |
Provide #h for short hostname (no domain) from Michal Mazurek.
|
|
|
|
|
|
| |
Tweak copy behaviour slightly in vi mode to be closer to real vi. From
Tiago Resende.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
POSIX only guarantees uname() will return a non-negative value on
success.
ok nicm@
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
|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.
|
|
|
|
|
|
|
|
|
|
|
| |
|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.
|
|
|
|
|
|
|
|
|
|
| |
|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.
|
|
|
|
|
|
|
|
|
|
| |
|Date: 2011/04/17 20:21:19
|Author: nicm
|Branch: HEAD
|Tag: (none)
|Log:
|Fix character position check, from Tiago Resende.
|
|
|
|
|
|
|
|
|
|
| |
|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.
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
|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.
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|