aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Sync OpenBSD patchset 609:Tiago Cunha2010-01-17
| | | | | Document swap-pane -d.
* Sync OpenBSD patchset 608:Tiago Cunha2010-01-17
| | | | | | Permit S- prefix on keys for shift. Relatively few terminals support this (basically xterm only) and even fewer have them in terminfo (kLFT2 and kRIT2).
* Sync OpenBSD patchset 607:Tiago Cunha2010-01-17
| | | | | key should be an int not a char.
* Add vim-style key bindings file from Daniel Thau.Nicholas Marriott2010-01-17
|
* ++.Nicholas Marriott2010-01-14
|
* +.Nicholas Marriott2010-01-14
|
* +OpenBSD FAQ.Nicholas Marriott2010-01-11
|
* New screenshot.Nicholas Marriott2010-01-11
|
* s/new-window/new-session/Nicholas Marriott2010-01-10
|
* Sync OpenBSD patchset 605:Tiago Cunha2010-01-08
| | | | | mouse-select-pane has to redraw the borders now too.
* Update.Tiago Cunha2010-01-08
|
* Do not include paths.h, since it's OS-dependent.Tiago Cunha2010-01-08
|
* Sync OpenBSD patchset 604:Tiago Cunha2010-01-08
| | | | | | New command, join-pane, to split and move an existing pane into the space (like splitw then movep, or the reverse of breakp).
* Sync OpenBSD patchset 603:Tiago Cunha2010-01-08
| | | | | Fix this properly.
* Sync OpenBSD patchset 602:Tiago Cunha2010-01-08
| | | | | Don't return the root cell if the string doesn't match.
* Sync OpenBSD patchset 601:Tiago Cunha2010-01-08
| | | | | Use the specified pane for size calculations. Doh.
* Sync OpenBSD patchset 600:Tiago Cunha2010-01-08
| | | | | | Change split-window to accept a pane target (it should be split-pane but renaming the command would be annoying).
* Sync OpenBSD patchset 599:Tiago Cunha2010-01-08
| | | | | Correctly clear 256-colour flag for aixterm colours.
* Sync OpenBSD patchset 598:Tiago Cunha2010-01-05
| | | | | | Fix selection behaviour when the cursor is moved backwards (ie so the selection start is after the end).
* Update.Tiago Cunha2010-01-05
|
* Sync OpenBSD patchset 597:Tiago Cunha2010-01-05
| | | | | | Options to set the colour of the pane borders, with different colours for the active pane.
* Sync OpenBSD patchset 596:Tiago Cunha2010-01-05
| | | | | Use the target print function for copy-mode, spotted by Tiago Cunha.
* Sync OpenBSD patchset 595:Tiago Cunha2010-01-05
| | | | | Use tcflush(3) instead of TIOCFLUSH, from Ed Schouten.
* +.Nicholas Marriott2010-01-03
|
* +.Nicholas Marriott2010-01-02
|
* Sync OpenBSD patchset 594:Tiago Cunha2009-12-26
| | | | | Fix the logic so that transition from a 256 colour to default works properly.
* Sync OpenBSD patchset 593:Tiago Cunha2009-12-26
| | | | | Nuke some stray debugging.
* Sync OpenBSD patchset 592:Tiago Cunha2009-12-26
| | | | | | | | Use sysctl() KERN_PROC2 instead of KERN_PROC, as the latter's ABI is sensitive to changes in struct proc. fixes for warnings and ok nicm@
* Sync OpenBSD patchset 591:Tiago Cunha2009-12-26
| | | | | | Fix a couple of problems with grouped sessions reported by danh: redraw properly and choose the correct last window after a window is killed.
* +.Nicholas Marriott2009-12-26
|
* +.Nicholas Marriott2009-12-22
|
* Sync OpenBSD patchset 590:Tiago Cunha2009-12-18
| | | | | | Allow keys to be replaced and reorder the table so that terminfo-defined keys (or terminal-overrides) take precedence over internally defined.
* FreeBSD 6.x has a bug and crashes in del_curterm, so ifdef it out on thatNicholas Marriott2009-12-18
| | | | | platform.
* Add note about TERM, add putty Ctrl entry.Nicholas Marriott2009-12-17
|
* Sync OpenBSD patchset 589:Tiago Cunha2009-12-16
| | | | | | Pass through the aixterm bright colours if the terminal supports them (>= 16 colours).
* Update.Tiago Cunha2009-12-16
|
* Sync OpenBSD patchset 588:Tiago Cunha2009-12-16
| | | | | Add server options to completion as well.
* Sync OpenBSD patchset 587:Tiago Cunha2009-12-16
| | | | | | New server option, escape-time, to set the timeout used to detect if escapes are alone or part of a function key or meta sequence.
* +.Nicholas Marriott2009-12-13
|
* Tweak text slightly.Nicholas Marriott2009-12-12
|
* FAQ about grouped sessions.Nicholas Marriott2009-12-12
|
* Sync OpenBSD patchset 586:Tiago Cunha2009-12-12
| | | | | Use quiet variable, and add missing sentinel to options array.
* Look in /opt/blah on OS X, from simmel.Nicholas Marriott2009-12-11
|
* Update.Tiago Cunha2009-12-10
|
* Sync OpenBSD patchset 585:Tiago Cunha2009-12-10
| | | | | | | | | Add "server options" which are server-wide and not bound to a session or window. Set and displayed with "set -s" and "show -s". Currently the only option is "quiet" (like command-line -q, allowing it to be set from .tmux.conf), but others will come along.
* Sync OpenBSD patchset 584:Tiago Cunha2009-12-10
| | | | | | Permit panes to be referred to as "top", "bottom", "top-left" etc, if the right pane can be identified.
* Sync OpenBSD patchset 583:Tiago Cunha2009-12-04
| | | | | | vte is buggy and doesn't home the cursor after changing the scroll region. Several people are hitting this, so add a workaround.
* Sync OpenBSD patchset 582:Tiago Cunha2009-12-04
| | | | | Wrap at 80 columns.
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
| | | | | | | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
* Sync OpenBSD patchset 580:Tiago Cunha2009-12-04
| | | | | | | | | Eliminate duplicate code and ease the passage for server-wide options by adding a -w flag to set-option and show-options and making setw and showw aliases to set -w and show -w. Note: setw and showw are still there, but now aliases for set -w and show -w.