aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Avoid using the prompt history when the server is locked, and prevent anyTiago Cunha2009-04-27
| | | | | input entered from being added to the client's prompt history. From nicm.
* - confirm-before command.Tiago Cunha2009-04-27
| | | | | | - Bound "&" and "x" by default to confirm-before "kill-window" and confirm-before "kill-pane", respectively.
* Support NEL.Nicholas Marriott2009-04-23
|
* Use the xenl terminfo flag to detect early-wrap terminals like the FreeBSDNicholas Marriott2009-04-23
| | | | | console. Many thanks for a very informative email from Christian Weisgerber.
* Note it.Nicholas Marriott2009-04-23
|
* Gearing up for 0.9....Nicholas Marriott2009-04-21
|
* Mouse supprot isn't so bad.Nicholas Marriott2009-04-21
|
* 0.9 here we go.Nicholas Marriott2009-04-21
|
* Ready for 0.8.Nicholas Marriott2009-04-21
|
* Document panes stuff.Nicholas Marriott2009-04-21
|
* Update NOTES.Nicholas Marriott2009-04-21
|
* Document set-remain-on-exit.Nicholas Marriott2009-04-21
|
* Document break-pane.Nicholas Marriott2009-04-21
|
* Document status-keys.Nicholas Marriott2009-04-21
|
* Move some bits about and add some other bits.Nicholas Marriott2009-04-20
|
* Document -L and -8, fix synopsis.Nicholas Marriott2009-04-20
|
* Document -r to bind key.Nicholas Marriott2009-04-20
|
* Remove the right number of characters from the buffer when escape then a cursorNicholas Marriott2009-04-17
| | | | | key (or other key prefixed by \033) is pressed. Reported by Stuart Henderson.
* Add mailing lists.Nicholas Marriott2009-04-17
|
* Update TODO; fix a comment; better screenshot.Nicholas Marriott2009-04-16
|
* A flag missed.Nicholas Marriott2009-04-03
|
* rotate-window command.Nicholas Marriott2009-04-03
|
* +screenshot.Nicholas Marriott2009-04-02
|
* 09.Nicholas Marriott2009-04-02
|
* Treat flags properly.Nicholas Marriott2009-04-02
|
* swap-pane command.Nicholas Marriott2009-04-02
|
* I can haz screenshots.Nicholas Marriott2009-04-02
|
* Some stuff is done.Nicholas Marriott2009-04-02
|
* Update TODO.Nicholas Marriott2009-04-02
|
* Don't continue to write into panes that are scheduled for redraw.Nicholas Marriott2009-04-02
|
* Don't permit resizing except in manual mode.Nicholas Marriott2009-04-02
|
* Change scroll/pane redraws to only redraw the single pane affected rather thanNicholas Marriott2009-04-02
| | | | | the entire window.
* If redrawing the region would mean redrawing > half the pane, just schedule toNicholas Marriott2009-04-02
| | | | | | | redraw the entire window. Also add a flag to skip updating the window any further if it is scheduled to be redrawn. This has the effect of batching multiple redraws together.
* Fake warnx().Nicholas Marriott2009-04-02
|
* - Allow switching to hidden windows (for active-only layout).Nicholas Marriott2009-04-01
| | | | | - Don't update unnecessarily for other layouts when changing active pane doesn't matter.
* Only redraw screen when not hidden. Heh.Nicholas Marriott2009-04-01
|
* Better errno, from joshe.Nicholas Marriott2009-04-01
|
* Handle 0 panes better.Nicholas Marriott2009-04-01
|
* Adjust mouse for x offset.Nicholas Marriott2009-04-01
|
* Don't need to refresh layout here. Also don't redraw over status line.Nicholas Marriott2009-04-01
|
* Tweak to CHANGES.Nicholas Marriott2009-04-01
|
* Basic horizontal splitting and layout management. Still some redraw and otherNicholas Marriott2009-04-01
| | | | | | | | | | | issues - particularly, don't mix with manual pane resizing and be careful when viewing from multiple clients; generally cycling the layout a few times will fix most problems. Getting this in for testing while I think about how to deal with manual mode. Split window as normal and cycle the layouts with C-b space. Some of the layouts will work better when swap-pane comes along.
* UTF-8 is now fine, and AIX works.Nicholas Marriott2009-03-31
|
* 0.8.Nicholas Marriott2009-03-31
|
* Update www.Nicholas Marriott2009-03-31
|
* +UTF-8 fixed to CHANGES.Nicholas Marriott2009-03-31
|
* Close .tmux.conf... DOH.Nicholas Marriott2009-03-31
|
* FD_CLOEXEC more fds. Still one I can't find...Nicholas Marriott2009-03-31
|
* More AIX tweaks.Nicholas Marriott2009-03-31
|
* Update CHANGES.Nicholas Marriott2009-03-31
|