diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-16 12:39:54 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-16 12:39:54 +0100 |
commit | 25d8331c78ea83cf23753c5c24357b55130f8e54 (patch) | |
tree | 453bc23fd0fbf10659280f38ea0fe739a207646a /libterminput.h | |
parent | m (diff) | |
download | libterminput-25d8331c78ea83cf23753c5c24357b55130f8e54.tar.gz libterminput-25d8331c78ea83cf23753c5c24357b55130f8e54.tar.bz2 libterminput-25d8331c78ea83cf23753c5c24357b55130f8e54.tar.xz |
m doc fix
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | libterminput.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libterminput.h b/libterminput.h index 7163140..e39befb 100644 --- a/libterminput.h +++ b/libterminput.h @@ -22,8 +22,8 @@ enum libterminput_flags { LIBTERMINPUT_DECSET_1005 = 0x0001, /** - * Parse CSI M as Macro key presses rather rather than - * mouse tracking events + * Parse CSI M as Macro key presses rather than mouse + * tracking events * * This is incompatible with all mouse tracking modes except * DECSET 1006 |