mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Break code to convert an argument as a percentage into a common function.
This commit is contained in:
2
tmux.h
2
tmux.h
@ -2060,6 +2060,8 @@ const char *args_first_value(struct args *, u_char, struct args_value **);
|
||||
const char *args_next_value(struct args_value **);
|
||||
long long args_strtonum(struct args *, u_char, long long, long long,
|
||||
char **);
|
||||
long long args_percentage(struct args *, u_char, long long,
|
||||
long long, long long, char **);
|
||||
|
||||
/* cmd-find.c */
|
||||
int cmd_find_target(struct cmd_find_state *, struct cmdq_item *,
|
||||
|
Reference in New Issue
Block a user