aboutsummaryrefslogtreecommitdiff
path: root/clock.c
Commit message (Collapse)AuthorAge
* Merge branch 'obsd-master'Thomas Adam2013-04-13
|\ | | | | | | | | Conflicts: tmux.c
| * Call setlocale(LC_TIME) at startup.Nicholas Marriott2013-04-11
| |
| * Massive spaces->tabs and trailing whitespace cleanup, hopefully for the lastNicholas Marriott2009-12-03
| | | | | | | | | | time now I've configured emacs to make them displayed in really annoying colours...
| * This doesn't need to be u_int.Nicholas Marriott2009-11-26
| |
| * Permit options such as status-bg to be configured using the entire 256 colourNicholas Marriott2009-09-10
| | | | | | | | palette by setting "colour0" to "colour255".
| * Make this work when the clock is in small characters as well. Doh.Nicholas Marriott2009-08-26
| |
| * Fix clock mode in black and white terminals now that tty.c tries to fixNicholas Marriott2009-08-26
| | | | | | | | reverse.
| * Import tmux, a terminal multiplexor allowing (among other things) a singleNicholas Marriott2009-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
* Expand the Id keyword. Tiago Cunha2011-07-09
|
* Sync OpenBSD patchset 581:Tiago Cunha2009-12-04
| | | | | | | Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last time now I've configured emacs to make them displayed in really annoying colours...
* Sync OpenBSD patchset 573:Tiago Cunha2009-11-28
| | | | | This doesn't need to be u_int.
* Sync OpenBSD patchset 322:Tiago Cunha2009-09-11
| | | | | | Permit options such as status-bg to be configured using the entire 256 colour palette by setting "colour0" to "colour255".
* Sync OpenBSD patchset 298:Tiago Cunha2009-08-26
| | | | | Make this work when the clock is in small characters as well. Doh.
* Sync OpenBSD patchset 297:Tiago Cunha2009-08-26
| | | | | | Fix clock mode in black and white terminals now that tty.c tries to fix reverse.
* Space trimmage mega-diff.Nicholas Marriott2009-05-04
|
* const.Nicholas Marriott2009-03-27
|
* Use reverse rather than background which doesn't show up when terminal doesn'tNicholas Marriott2009-01-19
| | | | | support colours.
* Server locking. set-password and lock-server commands, plus automatic locking.Nicholas Marriott2009-01-11