Rivoreo Source Code Repositories
src.rivoreo.one
/
tmux
/
7b0e688a9695cbbe5588502a31758c7c5caceb2e
/
control-notify.c
7815b30
Terminate the output buffer for control mode output - it is now used as
by nicm
· 4 years, 8 months ago
c284ebe
Rewrite the code for reading and writing files. Now, if the client is
by nicm
· 4 years, 12 months ago
f4d858e
Add -F to refresh-client to specify flags for control clients - one flag
by nicm
· 5 years ago
69440d1
Do not use evbuffer_add_buffer because it is destructive and doesn't
by nicm
· 6 years ago
749f67b
evbuffer_new and bufferevent_new can both fail (when malloc fails) and
by nicm
· 6 years ago
d98d316
Some new notifications, mainly for active pane and current window and session:
by nicm
· 8 years ago
6b2009a
Add a helper function for the most common format_create/defaults/expand pattern.
by nicm
· 8 years ago
7d23d01
Add a window or pane id "tag" to each format tree and use it to separate
by nicm
· 8 years ago
41e633a
Use the notify name string instead of going via an enum and change
by nicm
· 8 years ago
3f138dc
Rename a function for consistency and some spacing nits.
by nicm
· 8 years ago
995af0e
I no longer use my SourceForge address so replace it.
by nicm
· 9 years ago
01831da
Add cmdq as an argument to format_create and add a format for the
by nicm
· 9 years ago
e0f26dc
Remove format_create_flags and just pass flags to format_create.
by nicm
· 9 years ago
577c0e3
Use __unused rather than rolling our own.
by nicm
· 9 years ago
531869b
Add window_visible_layout which ignores zoomed panes and use it for
by nicm
· 9 years ago
aeedb46
Convert clients list into a TAILQ.
by nicm
· 10 years ago
4946f74
Wrap all the individual format_* calls in a single format_defaults functions.
by nicm
· 10 years ago
7ab2690
Differentiate between linked and unlinked window closes and renames,
by nicm
· 11 years ago
771d7db
Fix compiler warnings, missing #include. From Thomas Adam.
by Nicholas Marriott
· 12 years ago
87fe1c0
Include prefix on ids, from George Nachman.
by Nicholas Marriott
· 12 years ago
6fee3e9
Rename session idx to session id throughout and add $ prefix to targets
by Nicholas Marriott
· 12 years ago
2c14a77
Remove some unused/unnecessary control notifications, from George Nachman.
by Nicholas Marriott
· 12 years ago
17bbf90
Add notification for input from a pane, from George Nachman.
by Nicholas Marriott
· 12 years ago
9247c90
Send notifications to control clients. Also don't redraw client when suspended.
by Nicholas Marriott
· 12 years ago