about summary refs log tree commit diff stats
path: root/src/ui/statusbar.h
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2014-04-07 21:12:30 +0100
committerJames Booth <boothj5@gmail.com>2014-04-07 21:12:30 +0100
commitf0f0dbfdac75aaaac04f0b86f996b962e8464785 (patch)
tree9fe26cb3a8dba9b2273b6d3d231589ce0a14979a /src/ui/statusbar.h
parentfc40637789136a1fecbb7ec18fa60238b77abe13 (diff)
downloadprofani-tty-f0f0dbfdac75aaaac04f0b86f996b962e8464785.tar.gz
Removed statusbar functions from ui.h
Diffstat (limited to 'src/ui/statusbar.h')
-rw-r--r--src/ui/statusbar.h33
1 files changed, 33 insertions, 0 deletions
diff --git a/src/ui/statusbar.h b/src/ui/statusbar.h
new file mode 100644
index 00000000..74af3a68
--- /dev/null
+++ b/src/ui/statusbar.h
@@ -0,0 +1,33 @@
+/*
+ * statusbar.h
+ *
+ * Copyright (C) 2012 - 2014 James Booth <boothj5@gmail.com>
+ *
+ * This file is part of Profanity.
+ *
+ * Profanity is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License as published by
+ * the Free Software Foundation, either version 3 of the License, or
+ * (at your option) any later version.
+ *
+ * Profanity is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with Profanity.  If not, see <http://www.gnu.org/licenses/>.
+ *
+ */
+ void create_status_bar(void);
+ void status_bar_update_virtual(void);
+ void status_bar_resize(void);
+ void status_bar_clear(void);
+ void status_bar_clear_message(void);
+ void status_bar_get_password(void);
+ void status_bar_print_message(const char * const msg);
+ void status_bar_inactive(const int win);
+ void status_bar_active(const int win);
+ void status_bar_new(const int win);
+ void status_bar_set_all_inactive(void);
+ void status_bar_current(int i);
\ No newline at end of file
ab9651ecf5eb0ae0af6691e65ab3b122'>^
9a777801 ^
ce2c1efc ^
60338448 ^
9a777801 ^
60338448 ^
ac07e589 ^
0eb0f696 ^















ce2c1efc ^
0eb0f696 ^















ec73ed12 ^
0eb0f696 ^







e99038ea ^
2104d1a7 ^
b1635a5c ^
33352536 ^

e99038ea ^


33352536 ^
e99038ea ^
ec73ed12 ^
e99038ea ^
33352536 ^
e99038ea ^

33352536 ^

e99038ea ^
ec73ed12 ^
e99038ea ^
33352536 ^
4a4a392d ^
e99038ea ^
ec73ed12 ^
33352536 ^
e99038ea ^
ec73ed12 ^
e99038ea ^
33352536 ^
e99038ea ^


33352536 ^
e99038ea ^
ec73ed12 ^
e99038ea ^

b1635a5c ^
33352536 ^

e99038ea ^


0eb0f696 ^



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