mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Tweak a comment and add some spacing.
This commit is contained in:
6
tmux.h
6
tmux.h
@ -1162,23 +1162,29 @@ struct cmd_entry {
|
||||
/* Generic command data. */
|
||||
struct cmd_target_data {
|
||||
uint64_t chflags;
|
||||
|
||||
char *target;
|
||||
|
||||
char *arg;
|
||||
char *arg2;
|
||||
};
|
||||
|
||||
struct cmd_srcdst_data {
|
||||
uint64_t chflags;
|
||||
|
||||
char *src;
|
||||
char *dst;
|
||||
|
||||
char *arg;
|
||||
char *arg2;
|
||||
};
|
||||
|
||||
struct cmd_buffer_data {
|
||||
uint64_t chflags;
|
||||
|
||||
char *target;
|
||||
int buffer;
|
||||
|
||||
char *arg;
|
||||
char *arg2;
|
||||
};
|
||||
|
Reference in New Issue
Block a user