aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* +.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.
* Sync OpenBSD patchset 579:Tiago Cunha2009-12-04
| | | | | Reflect the keypad mode of the application so that numlock works.
* Sync OpenBSD patchset 578:Tiago Cunha2009-12-04
| | | | | | Close the pane if the process died due to a signal, not just if it exited normally.
* Solaris requires this header ordering.Nicholas Marriott2009-12-03
|
* Quick way to turn UTF-8 on in putty.Nicholas Marriott2009-12-02
|
* Update.Tiago Cunha2009-12-02
|
* Sync OpenBSD patchset 577:Tiago Cunha2009-12-02
| | | | | | New command, capture-pane, which copies the entire pane contents to a paste buffer. From Jonathan Alvarado.
* Sync OpenBSD patchset 576:Tiago Cunha2009-12-02
| | | | | | Look for mice and xterm keys before standard function keys as they are less likely to be partial versions.
* Sync OpenBSD patchset 575:Tiago Cunha2009-12-02
| | | | | Handle partial xterm function key sequences.
* +.Nicholas Marriott2009-11-28
|
* Sync OpenBSD patchset 574:Tiago Cunha2009-11-28
| | | | | Add a couple of comments.
* Sync OpenBSD patchset 573:Tiago Cunha2009-11-28
| | | | | This doesn't need to be u_int.
* Sync OpenBSD patchset 572:Tiago Cunha2009-11-28
| | | | | Make types clearer and lint happier.
* Sync OpenBSD patchset 571:Tiago Cunha2009-11-28
| | | | | Fix type - attributes should be u_char not int.
* Sync OpenBSD patchset 570:Tiago Cunha2009-11-28
| | | | | Change paranoia check to check for <= 0 and to avoid warning.
* Sync OpenBSD patchset 569:Tiago Cunha2009-11-28
| | | | | | Tidy up various bits of the paste code, make the data buffer char * and add comments.
* Sync OpenBSD patchset 568:Tiago Cunha2009-11-28
| | | | | | Continue rather than returning if not a mouse key, to avoid hanging on any function key...
* Sync OpenBSD patchset 567:Tiago Cunha2009-11-28
| | | | | | Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to the rest to reduce lint output.
* Sync OpenBSD patchset 566:Tiago Cunha2009-11-28
| | | | | Rename a variable to something more helpful.
* Sync OpenBSD patchset 565:Tiago Cunha2009-11-28
| | | | | | | | Get a u_char from the string, otherwise it isn't possible to enter \0377 as it is mistaken for EOF (doh). Also drop an unused argument.
* Sync OpenBSD patchset 564:Tiago Cunha2009-11-28
| | | | | Handle the possibility of partial mouse reads, and fix a comment while here.
* Sync OpenBSD patchset 563:Tiago Cunha2009-11-28
| | | | | Emulate il1, dl1, ich1 to run (albeit slowly) with vt100 feature set.
* Sync OpenBSD patchset 562:Tiago Cunha2009-11-28
| | | | | | Output the right keys for application and number keypad modes (they were the wrong way round).
* Sync OpenBSD patchset 561:Tiago Cunha2009-11-28
| | | | | | | Add a -p flag to display-message to print the output rather than displaying in the status line, this allows things like "display -p '#W'" to find the current window index.
* Sync OpenBSD patchset 560:Tiago Cunha2009-11-28
| | | | | Add cursor keys to the key names list.
* Despite terminfo being in use for around 20 years, NetBSD still haven't gotNicholas Marriott2009-11-26
| | | | | | | their act together, so add an ifdef to use ncurses.h instead of curses.h. Untested.
* Sync.Nicholas Marriott2009-11-24
|
* +.Nicholas Marriott2009-11-23
|
* +load average.Nicholas Marriott2009-11-23
|
* Done.Tiago Cunha2009-11-22
|