aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* time.hNicholas Marriott2008-09-25
|
* Done.Nicholas Marriott2008-09-25
|
* Internal screen data rewrite for better 256 colour/UTF-8 support.Nicholas Marriott2008-09-25
|
* Don't die on empty output strings, some terminfo entries have empty caps.Nicholas Marriott2008-09-23
|
* Rename some functions.Nicholas Marriott2008-09-10
|
* Split colour functions from screen.Nicholas Marriott2008-09-10
|
* Initial UTF-8 support.Nicholas Marriott2008-09-09
|
* Unbreak 256 colours when commands are combined.Nicholas Marriott2008-09-09
|
* Style tweaks.Nicholas Marriott2008-09-08
|
* Fix bold/non-bold mismatch in 256 colour mode by adding an extra 8 bits ↵Nicholas Marriott2008-09-08
| | | | (ick) onto the attributes and using two of them to mark the fg and bg as 256 colours when necessary. If only it was 255 colours we would have one value for default and wouln't need this :-/.
* Comments.Nicholas Marriott2008-09-08
|
* Get defaults the right way round.Nicholas Marriott2008-09-08
|
* Get the colours right.Nicholas Marriott2008-09-08
|
* Initial 256 colour support, lightly tested.Nicholas Marriott2008-09-08
|
* Support OS X by moving to gettimeofday(2) and adding poll compat from OpenSSH.Nicholas Marriott2008-08-28
|
* Also done.Nicholas Marriott2008-08-08
|
* Done.Nicholas Marriott2008-08-08
|
* Tidy logging and lose stdout hacks for _info.Nicholas Marriott2008-08-08
|
* Lose ensure* stuff.Nicholas Marriott2008-08-07
|
* This order is required for -static.Nicholas Marriott2008-08-07
|
* Comment tweak.Nicholas Marriott2008-08-01
|
* == 0 not == NULLNicholas Marriott2008-07-25
|
* Environment variables in configuration file.Nicholas Marriott2008-07-25
|
* This idea (nested sessions) is fraught with too many problems to do it sanely;Nicholas Marriott2008-07-25
| | | | | | | | | | for example, in order not to be annoying, previous-window would have to work as expected (jump back to previous session) but what if you enter the same session from different parent sessions? What is the previous window? It would have to be tied to the client. There are other issues as well, and I don't see it as terribly useful (you can bind a switch-client command to any key anyway), so it is off the list.
* Spacing.Nicholas Marriott2008-07-24
|
* Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these ↵Nicholas Marriott2008-07-24
| | | | separately but forgot :-/.
* These flags are off by default.Nicholas Marriott2008-07-24
|
* Handle kcursor+kkeypad (switch to OA from [A).Nicholas Marriott2008-07-24
|
* Revert this, it breaks emacs.Nicholas Marriott2008-07-23
|
* Support keypad. Change cursor key output.Nicholas Marriott2008-07-23
|
* Memory leaks.Nicholas Marriott2008-07-23
|
* Handle exact match properly.Nicholas Marriott2008-07-19
|
* emacs mode keys tweaks.Nicholas Marriott2008-07-03
|
* ^ for BOL too.Nicholas Marriott2008-07-02
|
* Split emacs/vi keys into seperate tables.Nicholas Marriott2008-07-02
|
* Rm UCLC LCUC which are unsupported on FBSD.Nicholas Marriott2008-07-02
|
* long for pid.Nicholas Marriott2008-07-01
|
* Protocol versioning, version is checked on identify message.Nicholas Marriott2008-07-01
|
* Doh.Nicholas Marriott2008-07-01
|
* 0.4 released.Nicholas Marriott2008-07-01
|
* Fill in $TMUX.Nicholas Marriott2008-07-01
|
* Set up environ properly.Nicholas Marriott2008-06-30
|
* Don't copy default command, use NULL if specified to use previous command.Nicholas Marriott2008-06-30
|
* Document zombie window stuff.Nicholas Marriott2008-06-30
|
* Document buffer stuff.Nicholas Marriott2008-06-30
|
* Sync use from priteau.Nicholas Marriott2008-06-29
|
* Document next/prev word.Nicholas Marriott2008-06-29
|
* Zombie windows, requested by Will Maier.Nicholas Marriott2008-06-29
|
* Make previous-word stop at BOL.Nicholas Marriott2008-06-27
|
* Fix scrolling.Nicholas Marriott2008-06-27
|