summaryrefslogtreecommitdiff
path: root/src/fe-text/term.h
diff options
context:
space:
mode:
authorailin-nemui <ailin-nemui@users.noreply.github.com>2018-01-08 12:19:30 +0100
committerGitHub <noreply@github.com>2018-01-08 12:19:30 +0100
commit2e0815bfd76fae223131ec27f844e10dbbab5075 (patch)
treef9f6f202217a6141ff5ac6f84ffc886060e0801b /src/fe-text/term.h
parentd85f86726115a2f80d878254dd9773470d6dd9c1 (diff)
parent063c85da6c4e73a292525aa01b5cad70ed6bf82b (diff)
downloadirssi-2e0815bfd76fae223131ec27f844e10dbbab5075.zip
Merge pull request #726 from dequis/term-environment-check
Add a startup warning if the TERM var is wrong inside tmux/screen
Diffstat (limited to 'src/fe-text/term.h')
-rw-r--r--src/fe-text/term.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fe-text/term.h b/src/fe-text/term.h
index 0c7847f6..4b1e2874 100644
--- a/src/fe-text/term.h
+++ b/src/fe-text/term.h
@@ -105,4 +105,6 @@ void term_gets(GArray *buffer, int *line_count);
void term_common_init(void);
void term_common_deinit(void);
+void term_environment_check(void);
+
#endif