index
:
rtmux.git
master
rahm
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
window-clock.c
Commit message (
Expand
)
Author
Age
*
I no longer use my SourceForge address so replace it.
nicm
2016-01-19
*
Use __unused rather than rolling our own.
nicm
2015-11-18
*
Support UTF-8 key bindings by expanding the key type from int to
nicm
2015-11-12
*
Move struct options into options.c.
nicm
2015-10-27
*
Remove some extra blank lines.
nicm
2015-09-14
*
Give clock mode its own timer.
nicm
2015-08-28
*
Rewrite of tmux mouse support which was a mess. Instead of having
nicm
2015-04-19
*
Having three *clock* files is ridiculous, remove clock.c.
nicm
2014-03-31
*
No more lint means no more ARGSUSED.
Nicholas Marriott
2013-03-22
*
Automatically reflow wrapped lines when a pane is resized, requested by
Nicholas Marriott
2013-02-05
*
xfree is not particularly helpful, remove it. From Thomas Adam.
Nicholas Marriott
2012-07-10
*
Pass in the session, rather than the client, to window modes' key()
Nicholas Marriott
2010-05-23
*
Massive spaces->tabs and trailing whitespace cleanup, hopefully for the last
Nicholas Marriott
2009-12-03
*
This doesn't need to be u_int.
Nicholas Marriott
2009-11-26
*
Remove a couple of unused arguments where possible, and add /* ARGSUSED */ to
Nicholas Marriott
2009-11-26
*
Use gmtime_r so the current time isn't overwritten, the minute comparison works
Nicholas Marriott
2009-06-27
*
Import tmux, a terminal multiplexor allowing (among other things) a single
Nicholas Marriott
2009-06-01