Add a -v flag to source-file to show the commands and line numbers.

This commit is contained in:
nicm
2019-06-05 20:00:53 +00:00
parent 09e90c1645
commit 8f40796f05
5 changed files with 26 additions and 3 deletions

1
tmux.h
View File

@ -1324,6 +1324,7 @@ struct cmd_parse_input {
#define CMD_PARSE_QUIET 0x1
#define CMD_PARSE_PARSEONLY 0x2
#define CMD_PARSE_NOALIAS 0x4
#define CMD_PARSE_VERBOSE 0x8
const char *file;
u_int line;