mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 16:27:03 +00:00
horizontal -> h, vertical -> v, to shorten some function names a little.
This commit is contained in:
6
tmux.h
6
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.321 2009-05-18 21:16:09 nicm Exp $ */
|
||||
/* $Id: tmux.h,v 1.322 2009-05-18 21:29:11 nicm Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -1575,8 +1575,8 @@ void layout_next(struct window *);
|
||||
void layout_previous(struct window *);
|
||||
|
||||
/* layout-manual.c */
|
||||
void layout_manual_vertical_refresh(struct window *, int);
|
||||
void layout_manual_vertical_resize(struct window_pane *, int);
|
||||
void layout_manual_v_refresh(struct window *, int);
|
||||
void layout_manual_v_resize(struct window_pane *, int);
|
||||
|
||||
/* window-clock.c */
|
||||
extern const struct window_mode window_clock_mode;
|
||||
|
Reference in New Issue
Block a user