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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input_win.c b/input_win.c
index 1c9fdd02..6958dc1b 100644
--- a/input_win.c
+++ b/input_win.c
@@ -61,7 +61,7 @@ void create_input_window(void)
     inp_win = newwin(1, cols, rows-1, 0);
     wbkgd(inp_win, COLOR_PAIR(1));
     keypad(inp_win, TRUE);
-    wattrset(inp_win, A_BOLD);
+//    wattrset(inp_win, A_BOLD);
     wmove(inp_win, 0, 1);
     wrefresh(inp_win);
 }