aboutsummaryrefslogtreecommitdiff
path: root/xC.c
diff options
context:
space:
mode:
Diffstat (limited to 'xC.c')
-rw-r--r--xC.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xC.c b/xC.c
index 77d2a08..d01c780 100644
--- a/xC.c
+++ b/xC.c
@@ -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: