aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Sync OpenBSD patchset 618:Tiago Cunha2010-01-28
| | | | | Update the selection properly after goto line or searching.
* Sync OpenBSD patchset 617:Tiago Cunha2010-01-28
| | | | | Top/bottom of history mode keys, diff from Micah Cowan, tweaked by me.
* +.Nicholas Marriott2010-01-25
|
* Sync OpenBSD patchset 616:Tiago Cunha2010-01-25
| | | | | | Redraw properly when scrolling backward and the cursor is on the last line. Based on a fix from Micah Cowan.
* Sync OpenBSD patchset 615:Tiago Cunha2010-01-25
| | | | | | When a window is destroyed, remove all links to it from each session rather than just the first. Reported by Robin Lee Powell.
* Sync OpenBSD patchset 614:Tiago Cunha2010-01-25
| | | | | Don't leak if arguments appear multiple times, from Tiago Cunha.
* Sync OpenBSD patchset 613:Tiago Cunha2010-01-25
| | | | | Use C-e and C-y for scrolling in vi mode, from Micah Cowan.
* +.Nicholas Marriott2010-01-24
|
* +.Nicholas Marriott2010-01-23
|
* Sync OpenBSD patchset 612:Tiago Cunha2010-01-22
| | | | | Don't leak line, from Tiago Cunha.
* Sync OpenBSD patchset 611:Tiago Cunha2010-01-22
| | | | | | | | Permit !, + and - to be used for window targets to specify last window (!), or next and previous window by number (+ and -). Also tidy an if in cmd-new-window.c.
* XHTML validation issues, from Mike Putnam.Nicholas Marriott2010-01-19
|
* As of release 1.0, the server automatically sets the status-utf8, and utf8Tiago Cunha2010-01-19
| | | | | options if started with -u.
* Done.Tiago Cunha2010-01-19
|
* Sync OpenBSD patchset 610:Tiago Cunha2010-01-19
| | | | | Missing Pp, from Tiago Cunha.
* +.Nicholas Marriott2010-01-18
|
* 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
|