about summary refs log tree commit diff stats
path: root/input_win.c
diff options
context:
space:
mode:
Diffstat (limited to 'input_win.c')
-rw-r--r--input_win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/input_win.c b/input_win.c
index a2ac1f1d..dfe0939a 100644
--- a/input_win.c
+++ b/input_win.c
@@ -34,6 +34,7 @@ void create_input_window(void)
 
     inp_win = newwin(1, cols, rows-1, 0);
     keypad(inp_win, TRUE);
+    wattron(inp_win, A_BOLD);
     wmove(inp_win, 0, 1);
     wrefresh(inp_win);
 }