about summary refs log tree commit diff stats
path: root/test/layout/position.html
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2024-07-28 20:50:51 +0200
committerbptato <nincsnevem662@gmail.com>2024-07-28 21:06:28 +0200
commit9653c35fb9a4398942ecb305835a95fbd87c433a (patch)
tree2db576e71cd89557592715d64ecb4fb4a46f8c66 /test/layout/position.html
parentdbf2e0e831ebaf8a0e6f375a8f423f87280e7862 (diff)
downloadchawan-9653c35fb9a4398942ecb305835a95fbd87c433a.tar.gz
buffer, pager, config: add meta-refresh + misc fixes
* buffer, pager, config: add meta-refresh value, which makes it possible
  to follow http-equiv=refresh META tags.
* config: clean up redundant format mode parser
* timeout: accept varargs for params to pass on to functions
* pager: add "options" dict to JS gotoURL
* twtstr: remove redundant startsWithNoCase
Diffstat (limited to 'test/layout/position.html')
0 files changed, 0 insertions, 0 deletions
>
4c4d325c ^
a654e4ec ^

3e1349d2 ^
9e751bb8 ^
87c5b329 ^
a654e4ec ^
4a39d12d ^
a654e4ec ^
e5c11a51 ^
70f4e9b6 ^
4a39d12d ^
9e751bb8 ^
a654e4ec ^





e5c11a51 ^






















a654e4ec ^


e5c11a51 ^
a654e4ec ^
204dae92 ^


201458e3 ^
204dae92 ^









201458e3 ^
bd5d3936 ^
204dae92 ^



201458e3 ^
204dae92 ^










bd5d3936 ^






1c2d788b ^
bd5d3936 ^



1c2d788b ^
bd5d3936 ^





















850822ff ^
bd5d3936 ^

850822ff ^
bd5d3936 ^



a654e4ec ^



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