about summary refs log tree commit diff stats
path: root/src/ui/buffer.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced colours with theme_item_tJames Booth2014-11-161-2/+3
* Implemented /time preferenceJames Booth2014-11-161-2/+4
* Added license exemption for OpenSSL to source headersJames Booth2014-08-241-0/+34
* Return address of buffer entryJames Booth2014-07-191-1/+1
* Use PAD_SIZE for buffer max sizeJames Booth2014-07-181-2/+0
* Use GSList for buffer entriesJames Booth2014-07-181-11/+7
* Removed unused functionJames Booth2014-07-161-1/+0
* Whitespace formattingJames Booth2014-07-161-12/+10
* Implemented the buffer for windows resizingImmae2014-06-291-2/+4
* Added buffer handling. Buffer are initialized, pushed, and freed. No use is m...Immae2014-06-231-0/+29
ref='/danisanti/profani-tty/blame/tests/test_cmd_rooms.c?id=00a475cf55c064f01b9631362e4934affcbf3ea9'>^
8685e78c ^
2490f5b4 ^
71577c1f ^
447d2358 ^
71577c1f ^
3e3786eb ^
5c65599e ^
7db1bcee ^

d56f6dc3 ^
5c65599e ^
2490f5b4 ^
447d2358 ^
































5c65599e ^
c4412fe8 ^



b6536ddf ^
c4412fe8 ^









447d2358 ^
7db1bcee ^



00a475cf ^
7db1bcee ^
5c65599e ^
2490f5b4 ^
71577c1f ^
3e3786eb ^
71577c1f ^



bf347ab9 ^
447d2358 ^

5c65599e ^
447d2358 ^
7db1bcee ^
00a475cf ^
7db1bcee ^
5c65599e ^
2490f5b4 ^
447d2358 ^




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