aboutsummaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2015-11-12 12:01:17 +0000
committerThomas Adam <thomas@xteddy.org>2015-11-12 12:01:17 +0000
commit5f483499f3a7b98da9ac67cd62ed91034a5949ed (patch)
treede84187f104010233d96acc68bb9cc91d173c243 /input.c
parent333da3b64b4ce8c0343f082c3923473205ab2b27 (diff)
parent0cc812ae342d1a71c0337db8ffb4d7701668cb38 (diff)
downloadrtmux-5f483499f3a7b98da9ac67cd62ed91034a5949ed.tar.gz
rtmux-5f483499f3a7b98da9ac67cd62ed91034a5949ed.tar.bz2
rtmux-5f483499f3a7b98da9ac67cd62ed91034a5949ed.zip
Merge branch 'obsd-master'
Diffstat (limited to 'input.c')
-rw-r--r--input.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/input.c b/input.c
index 3a02b0ce..41276d9a 100644
--- a/input.c
+++ b/input.c
@@ -1921,11 +1921,6 @@ input_exit_rename(struct input_ctx *ictx)
int
input_utf8_open(struct input_ctx *ictx)
{
- if (!options_get_number(ictx->wp->window->options, "utf8")) {
- /* Print, and do not switch state. */
- input_print(ictx);
- return (-1);
- }
log_debug("%s", __func__);
utf8_open(&ictx->utf8data, ictx->ch);