Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Fix some miscalculations when clearing to start of screen: the number of lines | Nicholas Marriott | 2009-06-03 | |
| | | | | to the cursor is cy not cy - 1, and the current cursor cell should be included. | |||
* | Recent code to try and detect if a terminal supports UTF-8 by printing to it | Nicholas Marriott | 2009-06-02 | |
| | | | | | fails spectacularly on (at least) sparc64, so disable it for now. Thanks to naddy and Josh Elsasser for help and testing. | |||
* | Import tmux, a terminal multiplexor allowing (among other things) a single | Nicholas Marriott | 2009-06-01 | |
terminal to be switched between several different windows and programs displayed on one terminal be detached from one terminal and moved to another. ok deraadt pirofti |