index
:
rtmux.git
master
rahm
Tmux with Rahm's extra hacks.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
format.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master'
Thomas Adam
2015-10-31
|
\
|
*
Because pledge(2) does not allow us to pass directory file descriptors
nicm
2015-10-31
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-28
|
\
|
|
*
Like options, move the environ struct into environ.c.
nicm
2015-10-28
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-27
|
\
|
|
*
Move struct options into options.c.
nicm
2015-10-27
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-27
|
\
|
|
*
Count brackets in #{?...} so that nested conditional formats work, from
nicm
2015-10-27
|
*
The format callback may not always succeed, so we need to check for
nicm
2015-10-27
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-26
|
\
|
|
*
Extend the modifiers allowed before formats: as well as the existing
nicm
2015-10-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-25
|
\
|
|
*
Pass output from jobs through format_expand() so they are expanded again
nicm
2015-10-25
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-10-25
|
\
|
|
*
Format for scroll position, from Jorge Morante.
nicm
2015-10-23
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-09-14
|
\
|
|
*
Make refresh-client force update of jobs, from Sina Siadat.
nicm
2015-09-14
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-09-10
|
\
|
|
*
Add session_last_attached time and format, from Sina Siadat.
nicm
2015-09-10
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-09-06
|
\
|
|
*
A couple of style nits.
nicm
2015-09-03
*
|
Bring back pane_current_path.
Nicholas Marriott
2015-08-31
*
|
Linux: get_proc_name() -> osdep_get_name()
Thomas Adam
2015-08-30
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-08-30
|
\
|
|
*
Move struct paste_buffer out of tmux.h.
nicm
2015-08-29
|
*
Make a few more expensive (ish) formats functions instead of inline.
nicm
2015-08-28
|
*
Allow formats to be specified as functions (in the code) so they are
nicm
2015-08-28
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-08-28
|
\
|
|
*
Run status update on a per-client timer at status-interval.
nicm
2015-08-28
|
*
Move format job cleanup onto its own timer.
nicm
2015-08-28
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-08-28
|
\
|
|
*
Allow environment variables in #{}.
nicm
2015-08-28
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-07-13
|
\
|
|
*
Add a format to show if client is a control client. From Bruno Sutic.
nicm
2015-07-13
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-19
|
\
|
|
*
Use xsnprintf.
nicm
2015-06-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-15
|
\
|
|
*
Add window_activity format, from Thomas Adam based on a diff originally
nicm
2015-06-15
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-14
|
\
|
|
*
Add a format for client PID (client_pid) and server PID (pid). Diff for
nicm
2015-06-14
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-06-10
|
\
|
|
*
wp->tty is a char [] not a char * so it can't be NULL. From Thomas Adam.
nicm
2015-06-10
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-05-30
|
\
|
|
*
Don't use special strings if #() commands fail, just remove the format
nicm
2015-05-29
|
*
Expand formats again inside #(), and free the temporaries.
nicm
2015-05-29
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-05-27
|
\
|
|
*
Move the jobs output cache into the formats code so that #() work more
nicm
2015-05-27
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-05-20
|
\
|
|
*
Return empty string if format is empty rather than attempting to
nicm
2015-05-20
*
|
Merge branch 'obsd-master'
Thomas Adam
2015-05-13
|
\
|
[next]