about summary refs log tree commit diff stats
path: root/input_win.c
Commit message (Expand)AuthorAgeFilesLines
* Finished /connect tab completionJames Booth2012-05-101-0/+18
* Bash style historyJames Booth2012-05-011-2/+2
* Moved windows on resizeJames Booth2012-04-221-10/+11
* Replace input on resizeJames Booth2012-04-171-0/+9
* Moved resize code to windows.c, reorder main loopJames Booth2012-04-171-27/+23
* Removed resize debug from consoleJames Booth2012-04-171-1/+0
* Basic resize of barsJames Booth2012-04-151-22/+27
* Ignore INS keyJames Booth2012-04-091-1/+2
* Implemented DEL key on inputJames Booth2012-04-091-0/+13
* Implemented HOME and END keys during inputJames Booth2012-04-091-1/+9
* Ignore non used F keysJames Booth2012-04-091-1/+1
* Tab completion of online contacts now rollsJames Booth2012-03-101-0/+3
* Free memory after contact searchJames Booth2012-03-101-0/+1
* Started autocomplete contactJames Booth2012-03-101-1/+23
* Tidied special key functionsJames Booth2012-03-101-1/+1
* Usage of constJames Booth2012-03-091-6/+6
* Reduced screen flicker, and fixed end pageJames Booth2012-03-061-1/+0
* Paging in console windowJames Booth2012-03-051-1/+1
* TIdey up input win functionsJames Booth2012-02-291-108/+119
* Bold input barJames Booth2012-02-281-0/+1
* Check for KEY_BACKSPACE, works on UbuntuJames Booth2012-02-271-1/+1
* Renamed input buffer to historyJames Booth2012-02-271-3/+3
* Allow forwards though input historyJames Booth2012-02-271-1/+13
* Consistent naming in input_bufferJames Booth2012-02-261-2/+2
* Added input editing and bufferJames Booth2012-02-261-7/+46
* Removed unused input window functionJames Booth2012-02-261-6/+0
* Allow command editingJames Booth2012-02-261-3/+28
* Allow left/right movement in input windowJames Booth2012-02-261-4/+22
* Added GPLJames Booth2012-02-201-0/+22
* Safe string handling on get passwordJames Booth2012-02-191-1/+1
* Handles failed logins correctlyJames Booth2012-02-171-0/+5
* Renamed input_bar -> status_barJames Booth2012-02-121-1/+1
* Starting window output in x position 1James Booth2012-02-101-3/+6
* Small formatting changesJames Booth2012-02-101-0/+4
* Added seperate window modulesJames Booth2012-02-081-0/+84
alias command, writing aliases to [alias] group in profrc' href='/danisanti/profani-tty/commit/tests/test_cmd_alias.c?id=8dbe300d72e3bdaba672b4a7027ab0f2fb431862'>8dbe300d ^
81190251 ^
8dbe300d ^
8dbe300d ^



8dbe300d ^

81190251 ^
8dbe300d ^
81190251 ^
8dbe300d ^
8dbe300d ^



8dbe300d ^



81190251 ^

8dbe300d ^

8dbe300d ^
8dbe300d ^

e089ffb1 ^

e089ffb1 ^

4bd06a5d ^
e089ffb1 ^
eaf2901b ^
e089ffb1 ^
788fc48b ^
e089ffb1 ^
81190251 ^
e089ffb1 ^
e089ffb1 ^

8dbe300d ^

8dbe300d ^





81190251 ^

8dbe300d ^

8dbe300d ^
8dbe300d ^



8dbe300d ^



81190251 ^
8dbe300d ^
8dbe300d ^



8dbe300d ^








8b4c7e93 ^
8dbe300d ^
81190251 ^
8dbe300d ^
8dbe300d ^
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
124
125
126
127
128
129