From 03b90cf5abfcd802fd901ba2879388be209d7b5e Mon Sep 17 00:00:00 2001 From: James Booth Date: Fri, 17 Feb 2012 00:42:41 +0000 Subject: Handles failed logins correctly --- windows.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'windows.h') diff --git a/windows.h b/windows.h index ac1ba8e8..2b7fa2e9 100644 --- a/windows.h +++ b/windows.h @@ -21,6 +21,8 @@ void create_input_window(void); // title bar actions void title_bar_refresh(void); void title_bar_show(char *title); +void title_bar_connected(void); +void title_bar_disconnected(void); // main window actions int win_is_active(int i); @@ -51,6 +53,7 @@ void inp_poll_char(int *ch, char command[], int *size); void inp_clear(void); void inp_put_back(void); void inp_non_block(void); +void inp_block(void); void inp_get_password(char *passwd); #endif -- cgit 1.4.1-2-gfad0 d='selected'>main Profanity fork with TTY improvementsdanisanti <danisanti@tilde.institute>
about summary refs log tree commit diff stats
path: root/themes/batman
blob: fa7e7f185d79bdd7fdc71d0020b422093b3bc356 (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