Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Merge branch 'obsd-master' | Thomas Adam | 2013-04-13 |
|\ | | | | | | | | | Conflicts: tmux.c | ||
| * | Remove tmux's (already minimal) 88 colour support. Such terminals are | Nicholas Marriott | 2013-03-27 |
| | | | | | | | | few and unnecessary. | ||
| * | Add strings to allow the aixterm bright colours to be used when | Nicholas Marriott | 2012-01-21 |
| | | | | | | | | configuring colours, requested by Elliott Cable a few months ago. | ||
| * | There is no need to use sqrt()/INFINITY here which simplifies the code | Nicholas Marriott | 2011-08-22 |
| | | | | | | | | and makes it more portable, from Havard Eidnes. | ||
| * | Accept colours of the hex form #ffffff and translate to the nearest from | Nicholas Marriott | 2011-01-08 |
| | | | | | | | | the xterm(1) 256-colour set. | ||
| * | Permit options such as status-bg to be configured using the entire 256 colour | Nicholas Marriott | 2009-09-10 |
| | | | | | | | | palette by setting "colour0" to "colour255". | ||
| * | 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 | ||
* | Sync OpenBSD patchset 1006: | Tiago Cunha | 2012-01-21 |
| | | | | | | Add strings to allow the aixterm bright colours to be used when configuring colours, requested by Elliott Cable a few months ago. | ||
* | Sync OpenBSD patchset 948: | Tiago Cunha | 2011-08-25 |
| | | | | | | There is no need to use sqrt()/INFINITY here which simplifies the code and makes it more portable, from Havard Eidnes. | ||
* | Expand the Id keyword. | Tiago Cunha | 2011-07-09 |
| | |||
* | Sync OpenBSD patchset 833: | Tiago Cunha | 2011-01-21 |
| | | | | | | Accept colours of the hex form #ffffff and translate to the nearest from the xterm(1) 256-colour set. | ||
* | Sync OpenBSD patchset 322: | Tiago Cunha | 2009-09-11 |
| | | | | | | Permit options such as status-bg to be configured using the entire 256 colour palette by setting "colour0" to "colour255". | ||
* | chmod +x configure | Nicholas Marriott | 2009-05-18 |
| | |||
* | Support for 88 colour terminals. | Nicholas Marriott | 2009-03-07 |
| | |||
* | Allow status, mode and message attributes to be changed by three new ↵ | Nicholas Marriott | 2009-01-27 |
| | | | | | | | options: status-attr, mode-attr, message-attr. A comma-separataed list is accepted containing: bright, dim, underscore, blink, reverse, hidden, italics, for example: set -g status-attr bright,blink From Josh Elsasser, thanks! | ||
* | Trim spaces. | Nicholas Marriott | 2009-01-10 |
| | |||
* | Translate 256 colours to 16. | Nicholas Marriott | 2008-10-09 |
| | |||
* | Split colour functions from screen. | Nicholas Marriott | 2008-09-10 |