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
/
window.c
Commit message (
Expand
)
Author
Age
*
Merge branch 'obsd-master'
Thomas Adam
2019-06-30
|
\
|
*
Do not double free window if pane fails to start.
nicm
2019-06-30
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-26
|
\
|
|
*
Fix a typo in window_pane_find_down (w not wp) and a missing PANE_STATUS_TOP.
nicm
2019-06-26
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-26
|
\
|
|
*
Log window and pane resizes.
nicm
2019-06-26
|
*
Add #define for the pane status line option position numbers.
nicm
2019-06-26
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-24
|
\
|
|
*
Trim trailing spaces when matching.
nicm
2019-06-24
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-20
|
\
|
|
*
allow-rename and alternate-screen can be pane options.
nicm
2019-06-20
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-20
|
\
|
|
*
Add a per-pane option set. Pane options inherit from window options (so
nicm
2019-06-20
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-18
|
\
|
|
*
Add a cmdq_continue function rather than twiddling the flag directly.
nicm
2019-06-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-14
|
\
|
|
*
Add regular expression support for the format search, match and
nicm
2019-06-13
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-06-09
|
\
|
|
*
Exiting alternate screen mode should restore cursor position and
nicm
2019-06-09
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-05-30
|
\
|
|
*
Remove a leftover abort and some fixes from cppcheck.
nicm
2019-05-30
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-05-07
|
\
|
|
*
Do not use evbuffer_add_buffer because it is destructive and doesn't
nicm
2019-05-07
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-05-03
|
\
|
|
*
Allow panes to be empty (no command), output can be piped to them with
nicm
2019-05-03
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-04-26
|
\
|
|
*
Destroy panes before options to avoid crash when forced into a mode by a
nicm
2019-04-26
|
*
Break new window and pane creation common code from various commands and
nicm
2019-04-17
*
|
Break new window and pane creation common code from various commands and
Nicholas Marriott
2019-04-07
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-19
|
\
|
|
*
Free temporary screens when writing format.
nicm
2019-03-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-18
|
\
|
|
*
Extend the #[] style syntax and use that together with previous format
nicm
2019-03-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-18
|
\
|
|
*
Mode init needs to be fired with the mode on the list or it will not be
nicm
2019-03-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-18
|
\
|
|
*
Add format variables for the default formats for the various modes
nicm
2019-03-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-14
|
\
|
|
*
Add a wrapper (struct style) around styles rather than using the
nicm
2019-03-14
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-12
|
\
|
|
*
Fix resizing of control clients, should be ignored until SIZECHANGED flag set.
nicm
2019-03-12
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-12
|
\
|
|
*
Allow multiple modes to be open in a pane. A stack of open modes is kept
nicm
2019-03-12
*
|
Merge branch 'obsd-master'
Thomas Adam
2019-03-07
|
\
|
|
*
Add a separate mode struct for the active window mode if any.
nicm
2019-03-07
*
|
Merge branch 'obsd-master'
Thomas Adam
2018-12-18
|
\
|
|
*
Pass window into mode functions.
nicm
2018-12-18
*
|
Merge branch 'obsd-master'
Thomas Adam
2018-11-30
|
\
|
|
*
Clear PANE_EXITED flag when starting new child process in case the pane
nicm
2018-11-30
*
|
Merge branch 'obsd-master'
Thomas Adam
2018-11-19
|
\
|
[next]