From ef4c7ce55fcbb6c5a4514b0237b7ea41a2702be3 Mon Sep 17 00:00:00 2001 From: James Booth Date: Tue, 28 Feb 2012 02:00:34 +0000 Subject: Bold input bar --- input_win.c | 1 + 1 file changed, 1 insertion(+) 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); } -- cgit 1.4.1-2-gfad0 '> index : mu
Soul of a tiny new machine. More thorough tests → More comprehensible and rewrite-friendly software → More resilient society.Kartik K. Agaram <vc@akkartik.com>
about summary refs log tree commit diff stats
path: root/html/apps/ex8.subx.html
blob: a645849373f033c7f0ee68040db92e721b13118a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123