diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-10-23 17:20:21 -0700 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-10-23 17:20:21 -0700 |
| commit | 18681fa449dc10e408128dbe50c482bfff0ead05 (patch) | |
| tree | 2e948c638a1a542ad316346b849ecc97a42af398 | |
| parent | 5eb79c076c7e697e6a4e4ce3fee802738ba49ebe (diff) | |
Fixed comment
| -rw-r--r-- | bterm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -311,7 +311,7 @@ char *bkeyname(int key, char *buf) /* * Return the key with the given name, if one exists, otherwise -1. - * (i.e. bkeyname("Space") == ' ', bkeyname("x") == 'x', bkeywithname("F1") == KEY_F1, bkeyname("???") == -1) + * (i.e. bkeywithname("Space") == ' ', bkeywithname("x") == 'x', bkeywithname("F1") == KEY_F1, bkeywithname("???") == -1) */ int bkeywithname(const char *name) { |
