Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-05 | Add a respawn-pane command, from Marcel Partap. | Nicholas Marriott | |
2011-06-05 | Get rid of the layout string code which tries to walk through the layout | Nicholas Marriott | |
hierarchy and instead just look at what panes are actually in the window. | |||
2011-05-30 | Fix a typo, spotted by Michal Mazurek.. | Nicholas Marriott | |
2011-05-26 | Trim another useless if statement, from Ailin Nemui. | Nicholas Marriott | |
2011-05-25 | Memory leak in error path, from Tiago Cunha. | Nicholas Marriott | |
2011-05-25 | Nuke a redundant if statement, from Tiago Cunha. | Nicholas Marriott | |
2011-05-21 | tweak the TERMINFO section; ok nicm | Jason McIntyre | |
2011-05-20 | Pass prompts through status_replace so that they can be more helpful | Nicholas Marriott | |
(such as showing the previous session name when renaming). From Tiago Cunha. | |||
2011-05-20 | Support DECSCUSR sequence to set the cursor style with two new | Nicholas Marriott | |
terminfo(5) extensions, Cs and Csr. Written by Ailin Nemui. | |||
2011-05-20 | Support xterm(1) cursor colour change sequences through terminfo(5) Cc | Nicholas Marriott | |
(set) and Cr (reset) extensions. Originally by Sean Estabrooks, tweaked by me and Ailin Nemui. | |||
2011-05-18 | Support setting the xterm clipboard when copying from copy mode using | Nicholas Marriott | |
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-18 | Add three new copy-mode commands - select-line, copy-line, | Nicholas Marriott | |
copy-end-of-line. From Dave Disser and Randy Stauner a while back. | |||
2011-05-18 | Use xfree not free, from Tiago Cunha. | Nicholas Marriott | |
2011-05-18 | Use button mouse mode not any for copy mode, fixes issues with | Nicholas Marriott | |
putty. From Ailin Nemui. | |||
2011-05-08 | Reset last pane properly when using break-pane as well, fixes a problem | Nicholas Marriott | |
reported to Debian by Hannes von Haugwitz (bug 622677). | |||
2011-05-08 | Reset last pane on swap-pane across windows, fixes crash noticed by hsim | Nicholas Marriott | |
at gmx.li. | |||
2011-05-08 | Only select pane on click, not drag. From hsim at gmx.li. | Nicholas Marriott | |
2011-05-08 | Fix a couple of memory leaks, from Tiago Cunha. | Nicholas Marriott | |
2011-05-08 | Fix a memory leak if cmd_pane_session succeeds, from Tiago Cunha. | Nicholas Marriott | |
2011-05-08 | Add a new option, mouse-resize-pane. When on, panes may be resized by | Nicholas Marriott | |
dragging their borders. From hsim at gmx.li. | |||
2011-05-08 | Use the tsl and fsl terminfo(5) capabilities to update terminal title | Nicholas Marriott | |
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-04 | Change window with mouse wheel over status line if mouse-select-window | Nicholas Marriott | |
is on, from marcel partap. | |||
2011-05-04 | Don't need vis.h anymore. | Nicholas Marriott | |
2011-05-04 | Don't use strnvis for the title as it breaks UTF-8. set-titles is now | Nicholas Marriott | |
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-04 | Check if mouse-select-pane is ON not off when setting mouse flags, | Nicholas Marriott | |
reported by oga. | |||
2011-04-29 | Only redraw the status line on command update, not the entire client | Nicholas Marriott | |
(big DOH). | |||
2011-04-24 | Provide #h for short hostname (no domain) from Michal Mazurek. | Nicholas Marriott | |
2011-04-24 | Tweak copy behaviour slightly in vi mode to be closer to real vi. From | Nicholas Marriott | |
Tiago Resende. | |||
2011-04-19 | When mode-mouse is on (it is off by default), automatically enter copy | Nicholas Marriott | |
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. | |||
2011-04-19 | POSIX only guarantees uname() will return a non-negative value on | Matthew Dempsky | |
success. ok nicm@ | |||
2011-04-18 | The mouse should only work in copy mode if mode-mouse is set, not just | Nicholas Marriott | |
mouse-select-pane. | |||
2011-04-18 | Add an option (mouse-select-window) which allows the mouse to be used by | Nicholas Marriott | |
clicking on the status line, written by hsim at gmx dot li. | |||
2011-04-17 | new sentence, new line; | Jason McIntyre | |
2011-04-17 | Add -t to list-clients, based on a diff from Zac Sprackett. | Nicholas Marriott | |
2011-04-17 | Fix 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 | |
2011-04-11 | Add -s option to detach all clients attached to a session, from Zac | Nicholas Marriott | |
Sprackett. | |||
2011-04-10 | Switch back from KERN_PROC2/kinfo_proc2 to KERN_PROC/kinfo_proc now | Philip Guenthe | |
that we've got name we want for the API we want "ZAP!" deraadt@ | |||
2011-04-09 | Since buffers are now global, bump the default buffer-limit a bit higher | Nicholas Marriott | |
to 20 rather than 9. | |||
2011-04-09 | If the terminal supports sitm for italics, use it instead of standout | Nicholas Marriott | |
(smso). From Tiago Resende. | |||
2011-04-06 | Change so that an empty session name always means the current sessions | Nicholas Marriott | |
even if given with, for example, -t '', and explicitly forbid empty session names and those containing a : when they are created. | |||
2011-04-06 | Avoid using NULL in non-pointer contexts: use 0 for integer values and '\0' | Miod Vallat | |
for chars. | |||
2011-04-05 | Add a flag to cmd_find_session so that attach-session can prefer | Nicholas Marriott | |
unattached sessions when choosing the most recently used (if -t is not given). Suggested by claudio@. | |||
2011-04-05 | Bind C-u to delete-line in vi mode like ksh does, suggested by thib. | Nicholas Marriott | |
2011-04-01 | "or" should be on a line on its own here so it is not emphasised as | Nicholas Marriott | |
well. | |||
2011-03-29 | For convenience, work out what type of option is being set by name | Nicholas Marriott | |
regardless of the -s or -w flags (these remain documented however). | |||
2011-03-29 | Checking for particular options and redrawing is not necessary as we | Nicholas Marriott | |
already redraw unconditionally. | |||
2011-03-29 | Update an out-of-date and inaccurate comment. | Nicholas Marriott | |
2011-03-29 | Change -t on display-message to be target-pane for the #[A-Z] | Nicholas Marriott | |
replacements and add -c as target-client. | |||
2011-03-28 | Add -a and -s options to lsp to list all panes in the server or session | Nicholas Marriott | |
respectively. Likewise add -s to lsw. From Ben Boeckel. |