about summary refs log tree commit diff stats
path: root/shell
Commit message (Expand)AuthorAgeFilesLines
...
* .Kartik K. Agaram2021-05-291-4/+45
* .Kartik K. Agaram2021-05-291-82/+54
* shell: scrolling the traceKartik K. Agaram2021-05-291-3/+209
* shell: skeleton for scrollingKartik K. Agaram2021-05-291-2/+28
* cache visibility for all lines in traceKartik K. Agaram2021-05-291-15/+35
* .Kartik K. Agaram2021-05-291-4/+5
* .Kartik K. Agaram2021-05-291-1/+1
* .Kartik K. Agaram2021-05-291-1/+1
* .Kartik K. Agaram2021-05-291-1/+1
* shell: start implementing scrolling in the traceKartik K. Agaram2021-05-291-0/+1
* .Kartik K. Agaram2021-05-291-0/+2
* .Kartik K. Agaram2021-05-291-0/+1
* shell: non-stream tokens are now smallKartik K. Agaram2021-05-291-3/+11
* .Kartik K. Agaram2021-05-291-6/+4
* .Kartik K. Agaram2021-05-291-9/+10
* .Kartik K. Agaram2021-05-291-4/+4
* .Kartik K. Agaram2021-05-291-2/+0
* .Kartik K. Agaram2021-05-291-10/+10
* .Kartik K. Agaram2021-05-291-12/+12
* shell: start reducing the waste in tokenizeKartik K. Agaram2021-05-291-11/+11
* .Kartik K. Agaram2021-05-231-5/+9
* ctrl-s in trace: show entire current lineKartik K. Agaram2021-05-231-7/+55
* .Kartik K. Agaram2021-05-231-1/+1
* disable ctrl-s when browsing traceKartik K. Agaram2021-05-232-6/+12
* .Kartik K. Agaram2021-05-231-4/+4
* shrink trace menuKartik K. Agaram2021-05-231-8/+2
* start truncating trace linesKartik K. Agaram2021-05-231-1/+1
* shell: reduce trace depth in sandboxKartik K. Agaram2021-05-222-1/+17
* .Kartik K. Agaram2021-05-221-1/+1
* .Kartik K. Agaram2021-05-192-3/+13
* a second place with lousy storage managementKartik K. Agaram2021-05-191-0/+1
* more robust print-cellKartik K. Agaram2021-05-191-18/+160
* disallow null tracesKartik K. Agaram2021-05-198-153/+425
* .Kartik K. Agaram2021-05-191-1/+1
* .Kartik K. Agaram2021-05-191-2/+2
* .Kartik K. Agaram2021-05-191-6/+6
* shell: traces track a maximum depth to recordKartik K. Agaram2021-05-193-33/+44
* shell: depth 0 as the check for errorsKartik K. Agaram2021-05-191-14/+17
* shell: start traces at depth 1 rather than 0Kartik K. Agaram2021-05-191-57/+59
* shell: clean up trace for macroexpandKartik K. Agaram2021-05-182-0/+7
* shell: add a lot of error-checkingKartik K. Agaram2021-05-183-1/+158
* shell: roll back a change to the 'when' macroKartik K. Agaram2021-05-151-2/+2
* A 'bowboard', a chessboard of rainbow circlesKartik K. Agaram2021-05-081-23/+31
* a full-circle rainbowKartik K. Agaram2021-05-082-3/+30
* new shell macro: doKartik K. Agaram2021-05-071-2/+3
* all apps working again after null get checkKartik K. Agaram2021-05-072-2/+34
* .Kartik K. Agaram2021-05-072-39/+39
* an often-overflowing stream when running brcircleKartik K. Agaram2021-05-072-1/+3
* .Kartik K. Agaram2021-05-072-6/+8
* some boot-time heartbeat messagesKartik K. Agaram2021-05-072-1/+20
Anselm R. Garbe <garbeam@wmii.de> 2006-07-10 16:38:18 +0200 initial import' href='/acidbong/suckless/dwm/commit/wm.h?id=1076f2b6b3d3751d5d5db6fcb9ac8c247e04e893'>1076f2b
8b59083 ^
da2bbd3 ^
39677ec ^

3399650 ^
39677ec ^
8b59083 ^







439e15d ^

0053620 ^
3399650 ^



d6e0e6e ^
b9da4b0 ^
a05beb6 ^
2a0fc84 ^
8b59083 ^
dfd84f9 ^
8b59083 ^
4641aa2 ^
6db5ffb ^
da2bbd3 ^

2e836ec ^
3399650 ^

dfd84f9 ^
439e15d ^
366d81e ^

16c67f3 ^
366d81e ^
b9da4b0 ^



8b59083 ^








1076f2b
0053620 ^
3399650 ^

4641aa2 ^

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
130
131
132
133
134
135
136
137
138
139
140
141
142
143