aboutsummaryrefslogtreecommitdiff
path: root/termo.h
diff options
context:
space:
mode:
authorPřemysl Janouch <p.janouch@gmail.com>2016-09-27 23:30:10 +0200
committerPřemysl Janouch <p.janouch@gmail.com>2016-09-27 23:30:10 +0200
commit991892fff518f59f02bbe1c8a4637843a82bd74e (patch)
treef8bb934a4481582789c5ecdee92233bd4d183369 /termo.h
parent9ec09b90c9bb023bb69a6b703ce4df40d397f5e6 (diff)
downloadtermo-991892fff518f59f02bbe1c8a4637843a82bd74e.tar.gz
termo-991892fff518f59f02bbe1c8a4637843a82bd74e.tar.xz
termo-991892fff518f59f02bbe1c8a4637843a82bd74e.zip
Allow specifying terminal name in termo_new()term-string
Diffstat (limited to 'termo.h')
-rw-r--r--termo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/termo.h b/termo.h
index 9df3e73..624060c 100644
--- a/termo.h
+++ b/termo.h
@@ -203,7 +203,7 @@ enum
void termo_check_version (int major, int minor);
-termo_t *termo_new (int fd, const char *encoding, int flags);
+termo_t *termo_new (int fd, const char *term, const char *encoding, int flags);
termo_t *termo_new_abstract (const char *term,
const char *encoding, int flags);
void termo_free (termo_t *tk);