diff options
| author | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-11 15:23:15 -0700 |
|---|---|---|
| committer | Gabriele Bozzola <sbozzolator@gmail.com> | 2020-04-13 18:18:47 -0700 |
| commit | 6d4e2773b7534f906d2f812b7ca63ed42b6e20f5 (patch) | |
| tree | 6332fb2d28d1d1dfdd79256f4a7ae2188aa3d1f5 /vterm-module.h | |
| parent | 4653dad1cd81d3531f2d7121798babdc0c8ae390 (diff) | |
Clean code to silence warnings/errors from compiler/linter
Clean code to reduce compilers/linter errors
Diffstat (limited to 'vterm-module.h')
| -rw-r--r-- | vterm-module.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/vterm-module.h b/vterm-module.h index 0aa18ae..59beba0 100644 --- a/vterm-module.h +++ b/vterm-module.h @@ -20,7 +20,8 @@ int plugin_is_GPL_compatible; typedef struct LineInfo { char *directory; /* working directory */ - int prompt_col; /* end column of the prompt,if current line contains prompt */ + int prompt_col; /* end column of the prompt, if the current line contains the + * prompt */ } LineInfo; typedef struct ScrollbackLine { @@ -74,7 +75,7 @@ typedef struct Term { char *elisp_code; bool elisp_code_changed; - /* the size of dirs almost = window height,value = directory of that line */ + /* the size of dirs almost = window height, value = directory of that line */ LineInfo **lines; int lines_len; |
