aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
|
* Sync OpenBSD patchset 559:Tiago Cunha2009-11-22
| | | | | | Use home from struct passwd if HOME is empty as well as if it is NULL, and fix a style nit. Both from Tiago Cunha.
* Sync OpenBSD patchset 558:Tiago Cunha2009-11-22
| | | | | | When -h and -p are given to split-window, calculate the percentage size using the width instead of the height.
* Sync OpenBSD patchset 557:Tiago Cunha2009-11-22
| | | | | | Display UTF-8 properly in status line messages and prompt. Cursor handling is still way off though.
* Sync OpenBSD patchset 556:Tiago Cunha2009-11-22
| | | | | Remove oldest messages from log when limit is hit, not newest.
* Sync OpenBSD patchset 555:Tiago Cunha2009-11-22
| | | | | | Get some brackets in the right place so ## works. Also fix a space in a comment.
* +.Nicholas Marriott2009-11-20
|
* Sync OpenBSD patchset 554:Tiago Cunha2009-11-19
| | | | | | | Change status line drawing to create the window list in a separate screen and then copy it into the status line screen. This allows UTF-8 in window names and fixes some problems with #[] in window-status-format.
* Update.Tiago Cunha2009-11-19
|
* Sync OpenBSD patchset 553:Tiago Cunha2009-11-19
| | | | | | | | | | Two new options, window-status-format and window-status-current-format, which allow the format of each window in the status line window list to be controlled using similar # sequences as status-left/right. This diff also moves part of the way towards UTF-8 support in window names but it isn't quite there yet.
* Sync OpenBSD patchset 552:Tiago Cunha2009-11-19
| | | | | tweak previous;
* Sync OpenBSD patchset 551:Tiago Cunha2009-11-19
| | | | | | | Revert to xterm-keys off by default. It was on as an experiment to see if the option could be removed, but it affects vi, so we have to keep the option, and a conservative default is better.
* Sync OpenBSD patchset 550:Tiago Cunha2009-11-19
| | | | | | Tidy up by breaking the # replacement code into a separate function, also add a few comments.
* Update.Tiago Cunha2009-11-19
|
* Sync OpenBSD patchset 549:Tiago Cunha2009-11-19
| | | | | | Don't interpret #() for display-message, it usually doesn't make sense and may leak commands.
* Sync OpenBSD patchset 548:Tiago Cunha2009-11-19
| | | | | Missed an unused variable :-/.
* Sync OpenBSD patchset 547:Tiago Cunha2009-11-19
| | | | | | | | | Cleanup by moving various (mostly horrible) little bits handling UTF-8 grid data into functions in a new file, grid-utf8.c, and use sizeof intead of UTF8_DATA. Also nuke trailing whitespace from tmux.1, reminded by jmc.