diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2022-09-22 18:57:14 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2022-09-22 20:18:55 +0200 |
commit | e6bf88673f31e62050333f98d6bcd407ac34c13d (patch) | |
tree | 87be39858a8356fb9bd919839224ba70e111f151 /xC.c | |
parent | 4a2740313c7cfe6bd334ce46d1deb7ccca9d2068 (diff) | |
download | xK-e6bf88673f31e62050333f98d6bcd407ac34c13d.tar.gz xK-e6bf88673f31e62050333f98d6bcd407ac34c13d.tar.xz xK-e6bf88673f31e62050333f98d6bcd407ac34c13d.zip |
xP: produce a custom font for IRC formatting
Given that the generated file needs a manual adjustment,
its small size, and the dependencies involved,
it will be checked in to the repository.
Diffstat (limited to 'xC.c')
-rw-r--r-- | xC.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -15025,6 +15025,7 @@ process_formatting_escape (const struct pollfd *fd, struct app_context *ctx) case 'u': case '_': CALL_ (ctx->input, insert, "\x1f"); break; case 'v': CALL_ (ctx->input, insert, "\x16"); break; + case 'r': case 'o': CALL_ (ctx->input, insert, "\x0f"); break; default: |