aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authornicm <nicm>2016-10-15 09:27:52 +0000
committernicm <nicm>2016-10-15 09:27:52 +0000
commite7990375cb130853505fb2ff3a2fa801537119e5 (patch)
tree501a6ff0a8c03edb935aecd5ebeb95fc07c804f6 /tmux.h
parent3f138dc40c37ddee021b92e5d29676ed96b6cab8 (diff)
downloadrtmux-e7990375cb130853505fb2ff3a2fa801537119e5.tar.gz
rtmux-e7990375cb130853505fb2ff3a2fa801537119e5.tar.bz2
rtmux-e7990375cb130853505fb2ff3a2fa801537119e5.zip
Give window_create and window_create1 better names.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 00d08016..bbb345b3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -2061,8 +2061,8 @@ void winlink_stack_remove(struct winlink_stack *, struct winlink *);
struct window *window_find_by_id_str(const char *);
struct window *window_find_by_id(u_int);
void window_update_activity(struct window *);
-struct window *window_create1(u_int, u_int);
-struct window *window_create(const char *, int, char **, const char *,
+struct window *window_create(u_int, u_int);
+struct window *window_create_spawn(const char *, int, char **, const char *,
const char *, const char *, struct environ *,
struct termios *, u_int, u_int, u_int, char **);
void window_destroy(struct window *);