about summary refs log tree commit diff stats
path: root/input_win.c
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2012-06-18 23:54:49 +0100
committerJames Booth <boothj5@gmail.com>2012-06-18 23:54:49 +0100
commit69e7579aeca47cfb9aaf0224a092cfe1dae3611c (patch)
treeef43e5870cf713480e25618dadd36b7c160f7e3c /input_win.c
parentd47dd2cb8369921599a88c1e33b895108cbac522 (diff)
downloadprofani-tty-69e7579aeca47cfb9aaf0224a092cfe1dae3611c.tar.gz
Commented bold styles
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);
 }