aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Keep stack of previous windows.Nicholas Marriott2008-11-16
| | | | | Check for op (orig_pair) for default colours.
* y not x :-/Nicholas Marriott2008-11-12
|
* Ooops. Check the right value.Nicholas Marriott2008-11-12
|
* TAILQ -> SLIST.Nicholas Marriott2008-11-05
|
* Don't try to redraw status line in prompt mode.Nicholas Marriott2008-11-04
|
* Record intermediate for p2/s2 and fake up charset redefinition (some ↵Nicholas Marriott2008-11-04
| | | | programs use it to switch character set).
* This breaks mutt.Nicholas Marriott2008-11-04
|
* Alternative charset commands.Nicholas Marriott2008-11-04
|
* Don't die if tcsetattr fails; fixes problems with cwm.Nicholas Marriott2008-10-27
|
* Sync.Nicholas Marriott2008-10-22
|
* I don't like this...Nicholas Marriott2008-10-09
|
* Translate 256 colours to 16.Nicholas Marriott2008-10-09
|
* Better OSC support for title setting, and support APC as well.Nicholas Marriott2008-10-09
|
* Clear correct range.Nicholas Marriott2008-10-09
|
* Clear status bar cell.Nicholas Marriott2008-09-29
|
* Shut gcc up.Nicholas Marriott2008-09-29
|
* UINT_MAX.Nicholas Marriott2008-09-29
|
* Handle NULL properly.Nicholas Marriott2008-09-29
|
* Style tweaks.Nicholas Marriott2008-09-29
|
* Calculate y properly.Nicholas Marriott2008-09-28
|
* SGR should not reset charset... don't know how this worked before...Nicholas Marriott2008-09-26
|
* Make RIS also reset scroll region.Nicholas Marriott2008-09-26
|
* Don't scroll screen when redrawing it.Nicholas Marriott2008-09-26
|
* Trim.Nicholas Marriott2008-09-26
|
* Fix stupid GNU getopt behaviour.Nicholas Marriott2008-09-25
|
* 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
|