summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/tty_interface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tty_interface.c b/src/tty_interface.c
index b4f6c61..a7d506e 100644
--- a/src/tty_interface.c
+++ b/src/tty_interface.c
@@ -36,7 +36,7 @@ static void draw_match(tty_interface_t *state, const char *choice, int selected)
size_t maxwidth = tty_getwidth(tty);
- if (options->show_scores) {
+ if (options->show_scores && maxwidth >= 9) {
if (score == SCORE_MIN) {
tty_printf(tty, "( ) ");
} else {