Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update TODO; fix a comment; better screenshot. | Nicholas Marriott | 2009-04-16 |
| | |||
* | A flag missed. | Nicholas Marriott | 2009-04-03 |
| | |||
* | rotate-window command. | Nicholas Marriott | 2009-04-03 |
| | |||
* | +screenshot. | Nicholas Marriott | 2009-04-02 |
| | |||
* | 09. | Nicholas Marriott | 2009-04-02 |
| | |||
* | Treat flags properly. | Nicholas Marriott | 2009-04-02 |
| | |||
* | swap-pane command. | Nicholas Marriott | 2009-04-02 |
| | |||
* | I can haz screenshots. | Nicholas Marriott | 2009-04-02 |
| | |||
* | Some stuff is done. | Nicholas Marriott | 2009-04-02 |
| | |||
* | Update TODO. | Nicholas Marriott | 2009-04-02 |
| | |||
* | Don't continue to write into panes that are scheduled for redraw. | Nicholas Marriott | 2009-04-02 |
| | |||
* | Don't permit resizing except in manual mode. | Nicholas Marriott | 2009-04-02 |
| | |||
* | Change scroll/pane redraws to only redraw the single pane affected rather than | Nicholas Marriott | 2009-04-02 |
| | | | | | the entire window. | ||
* | If redrawing the region would mean redrawing > half the pane, just schedule to | Nicholas Marriott | 2009-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 Marriott | 2009-04-02 |
| | |||
* | - Allow switching to hidden windows (for active-only layout). | Nicholas Marriott | 2009-04-01 |
| | | | | | - Don't update unnecessarily for other layouts when changing active pane doesn't matter. | ||
* | Only redraw screen when not hidden. Heh. | Nicholas Marriott | 2009-04-01 |
| | |||
* | Better errno, from joshe. | Nicholas Marriott | 2009-04-01 |
| | |||
* | Handle 0 panes better. | Nicholas Marriott | 2009-04-01 |
| | |||
* | Adjust mouse for x offset. | Nicholas Marriott | 2009-04-01 |
| | |||
* | Don't need to refresh layout here. Also don't redraw over status line. | Nicholas Marriott | 2009-04-01 |
| | |||
* | Tweak to CHANGES. | Nicholas Marriott | 2009-04-01 |
| | |||
* | Basic horizontal splitting and layout management. Still some redraw and other | Nicholas Marriott | 2009-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 Marriott | 2009-03-31 |
| | |||
* | 0.8. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Update www. | Nicholas Marriott | 2009-03-31 |
| | |||
* | +UTF-8 fixed to CHANGES. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Close .tmux.conf... DOH. | Nicholas Marriott | 2009-03-31 |
| | |||
* | FD_CLOEXEC more fds. Still one I can't find... | Nicholas Marriott | 2009-03-31 |
| | |||
* | More AIX tweaks. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Update CHANGES. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Missing \. | Nicholas Marriott | 2009-03-31 |
| | |||
* | AIX forkpty. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Most of AIX support. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Draw vertical line on the right when window size is limited. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Er, i should be j and c should be u. | Nicholas Marriott | 2009-03-31 |
| | |||
* | UTF8_SIZE. | Nicholas Marriott | 2009-03-31 |
| | |||
* | Copy columns correctly. | Nicholas Marriott | 2009-03-30 |
| | |||
* | Only need to print this once... | Nicholas Marriott | 2009-03-30 |
| | |||
* | $Id$ | Nicholas Marriott | 2009-03-30 |
| | |||
* | - Unbreak selection colouring. | Nicholas Marriott | 2009-03-30 |
| | | | | | - Get UTF-8 check the right way round... | ||
* | Fix UTF-8 in c&p mode. | Nicholas Marriott | 2009-03-30 |
| | |||
* | Add UTF-8 to grid_compare.. | Nicholas Marriott | 2009-03-30 |
| | |||
* | Include protocol version. | Nicholas Marriott | 2009-03-29 |
| | |||
* | 8 -> UTF8_SIZE. | Nicholas Marriott | 2009-03-29 |
| | |||
* | - Ignore padding when writing so copying the screen for copy-mode doesn't ↵ | Nicholas Marriott | 2009-03-29 |
| | | | | | | | include extra characters. - Handle combined characters properly when the previous character is not UTF-8. | ||
* | Add some more to server-info. | Nicholas Marriott | 2009-03-29 |
| | |||
* | Update/reorganise. | Nicholas Marriott | 2009-03-28 |
| | |||
* | Better UTF-8 support, including combined characters. Unicode data is now stored | Nicholas Marriott | 2009-03-28 |
| | | | | | | | | | | | as UTF-8 in a separate array, the code does a lookup into this every time it gets to a UTF-8 cell. Zero width characters are just appended onto the UTF-8 data for the previous cell. This also means that almost no bytes extra are wasted non-Unicode data (yay). Still some oddities, such as copy mode skips over wide characters in a strange way, and the code could do with some tidying. | ||
* | _fill functions are no longer needed. Nuke them. | Nicholas Marriott | 2009-03-28 |
| |