aboutsummaryrefslogtreecommitdiffstats
path: root/libterminput.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-09 20:39:44 +0200
committerMattias Andrée <maandree@kth.se>2021-04-09 20:39:44 +0200
commit451d6155a1f38a5da0c96cdb754906c3708337fe (patch)
tree7b378283d89509911cc5da8aa4b3e887ea95d32c /libterminput.h
parentAdd LIBTERMINPUT_SEPARATE_BACKTAB and LIBTERMINPUT_ESC_ON_BLOCK (diff)
downloadlibterminput-451d6155a1f38a5da0c96cdb754906c3708337fe.tar.gz
libterminput-451d6155a1f38a5da0c96cdb754906c3708337fe.tar.bz2
libterminput-451d6155a1f38a5da0c96cdb754906c3708337fe.tar.xz
Add man page for libterminput_set_flags and libterminput_clear_flags
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libterminput.h')
-rw-r--r--libterminput.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libterminput.h b/libterminput.h
index 8318dff..45ac2a4 100644
--- a/libterminput.h
+++ b/libterminput.h
@@ -8,7 +8,7 @@
/**
* Flags for supporting incompatible input; the user must
* set or clear his flag after setting or clearing it on
- * the terminal, and the use must make sure that the
+ * the terminal, and the user must make sure that the
* terminal support this flag if set.
*/
enum libterminput_flags {
@@ -21,7 +21,7 @@ enum libterminput_flags {
/**
* If an ESC is received without anything after it,
* return ESC keypress. This is not always desirable
- * behaviour as the use may manually press ESC to
+ * behaviour as the user may manually press ESC to
* simulate a keypress that terminal does not support
* (yes, this is a real world issue).
*/