diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:45:54 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:45:54 -0400 |
commit | cfa297d4db36c5b469c3258ca161f73c6646cc5a (patch) | |
tree | 1c85c4ee632bf4925ca5da57b5d58ab7c30a23fa /libraries/libtermkey | |
parent | aabced3a3564ee9d1ac3135012b49e0e942e19d5 (diff) |
libraries/libtermkey: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/libtermkey')
-rw-r--r-- | libraries/libtermkey/README | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/libraries/libtermkey/README b/libraries/libtermkey/README index 6fb3b6a0d532..a876141f4ecd 100644 --- a/libraries/libtermkey/README +++ b/libraries/libtermkey/README @@ -1,3 +1,4 @@ -This library allows easy processing of keyboard entry from terminal-based -programs. It handles all the necessary logic to recognise special keys, UTF-8 -combining, and so on, with a simple interface. +This library allows easy processing of keyboard entry from +terminal-based programs. It handles all the necessary logic to +recognise special keys, UTF-8 combining, and so on, with a simple +interface. |