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
/
tmux.h
Commit message (
Expand
)
Author
Age
*
The individual -fg, -bg and -attr options have been deprecated (in
nicm
2019-03-18
*
Extend the #[] style syntax and use that together with previous format
nicm
2019-03-18
*
Add format variables for the default formats for the various modes
nicm
2019-03-18
*
Make array options a sparse tree instead of an array of char * and
nicm
2019-03-18
*
Use a pointer for the active screen in the status line instead of
nicm
2019-03-16
*
Tidy and rename some bits of status line code.
nicm
2019-03-16
*
Add a way to set individual defaults for an array option.
nicm
2019-03-15
*
Move status line free into its own function.
nicm
2019-03-15
*
Remove unused member of struct client.
nicm
2019-03-15
*
Add a -v flag to display-message to show verbose messages as the format
nicm
2019-03-15
*
Store the time in the format tree rather than passing it around.
nicm
2019-03-14
*
Add a wrapper (struct style) around styles rather than using the
nicm
2019-03-14
*
Set a flag on cells are genuinely empty (cleared and never written to)
nicm
2019-03-12
*
DECRC and DECSC apparently need to preserve origin mode as well, based
nicm
2019-03-12
*
Fix HPA in origin mode.
nicm
2019-03-12
*
Fix resizing of control clients, should be ignored until SIZECHANGED flag set.
nicm
2019-03-12
*
Allow multiple modes to be open in a pane. A stack of open modes is kept
nicm
2019-03-12
*
Add support for origin mode (DECOM, SM/RM ?6), from Marc Reisner.
nicm
2019-03-12
*
Make the mode used to view command output (a variant of copy mode) use
nicm
2019-03-08
*
Add a separate mode struct for the active window mode if any.
nicm
2019-03-07
*
Make adding mode formats a function pointer as well.
nicm
2019-03-07
*
Use starting client cwd in config file, GitHub issue 1606.
nicm
2019-02-16
*
Pass window into mode functions.
nicm
2018-12-18
*
Do not use PWD unless it actually matches the real working directory.
nicm
2018-11-22
*
Add a "terminal" colour which can be used instead of "default" in style
nicm
2018-10-25
*
Support for windows larger than visible on the attached client. This has
nicm
2018-10-18
*
Support for extended underline styles on terminals which offer them,
nicm
2018-10-18
*
Do not move the cursor when the mouse wheel is used, GitHub issue 1493.
nicm
2018-10-03
*
Allow panes to be 1 line or column by redrawing instead of using the
nicm
2018-09-25
*
Keep any text killed in the command prompt with C-w and yank it with
nicm
2018-08-29
*
Move job struct into job.c.
nicm
2018-08-23
*
Add StatusLeft and StatusRight mouse key modifiers for the left and
nicm
2018-08-22
*
Move offset of window list into status struct.
nicm
2018-08-20
*
Add a flag to force redrawing of the status line even if the content
nicm
2018-08-19
*
Add a client redraw-window flag instead of the redraw-all flag and for
nicm
2018-08-19
*
SESSION_UNATTACHED flag is no longer necessary now we have an attached
nicm
2018-08-18
*
Some tidying and helper functions.
nicm
2018-08-18
*
Bump the UTF-8 character array up to 18 to allow for more combining
nicm
2018-08-09
*
Log command arguments.
nicm
2018-08-02
*
session_groups can be static also.
nicm
2018-08-02
*
Minor tidying.
nicm
2018-08-02
*
Make display-panes block the client until a pane is chosen or it times out.
nicm
2018-08-02
*
Move struct screen_sel into screen.c and tidy up members that are only
nicm
2018-07-31
*
Remove a leftover unused struct.
nicm
2018-07-30
*
Add an "Any" key to run a command if a key is pressed that is not bound
nicm
2018-07-16
*
Add set-hook -R to run a hook immediately (useful to set multiple hooks
nicm
2018-07-04
*
Add accessors for grid linedata member, for some future work. From Dan
nicm
2018-07-04
*
Instead of working out which pane to resize with the mouse by walking
nicm
2018-06-08
*
Make server_client_get_cwd used (almost) everywhere we need to work out
nicm
2018-05-24
*
Change how display-message uses the client. Originally it was only
nicm
2018-04-18
[next]