diff options
author | Mattias Andrée <maandree@kth.se> | 2021-04-10 01:10:33 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-04-10 01:10:33 +0200 |
commit | 5c03486f86e32a0ca735bfb06cebd32f4ecd19e2 (patch) | |
tree | 2e1723e55af65a1e3e0826efb43fdf480f554eaa /libterminput_set_flags.3 | |
parent | Add support for cursor position and device status reports (diff) | |
download | libterminput-5c03486f86e32a0ca735bfb06cebd32f4ecd19e2.tar.gz libterminput-5c03486f86e32a0ca735bfb06cebd32f4ecd19e2.tar.bz2 libterminput-5c03486f86e32a0ca735bfb06cebd32f4ecd19e2.tar.xz |
Fix cursor pos report and update interactive test
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'libterminput_set_flags.3')
-rw-r--r-- | libterminput_set_flags.3 | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libterminput_set_flags.3 b/libterminput_set_flags.3 index 4560971..af1908a 100644 --- a/libterminput_set_flags.3 +++ b/libterminput_set_flags.3 @@ -87,10 +87,7 @@ does not support (yes, this is a real world issue). The sequence .BI "CSI " Ps " ; " Rs " R" shall be parsed as a cursor position report rather -than as an F1 or pause key press. This flag takes -precedence over the -.B LIBTERMINPUT_PAUSE_ON_CSI_P -flag. +than as an F3 key press. .PP .I ctx must have been zero-initialised, e.g. with |