about summary refs log tree commit diff stats
path: root/src/local
Commit message (Expand)AuthorAgeFilesLines
* Add w3m-cgi-compat optionbptato2023-10-011-1/+2
* Fix cursor x not being updated on backwards searchbptato2023-10-011-3/+11
* container: fix oob in area highlightingbptato2023-10-011-0/+2
* container: center column in setCursorXYCenterbptato2023-10-011-0/+3
* more vi/m compatbptato2023-10-011-16/+26
* Improve vi/m compat in scrollingbptato2023-10-011-17/+68
* buffer: fix cursor unnecessarily jumping to y=0bptato2023-09-301-2/+3
* Add urimethodmap supportbptato2023-09-303-5/+12
* loader: add local-cgibptato2023-09-301-5/+2
* buffer: simplify contentType handlingbptato2023-09-272-14/+15
* interface clone: remove unused arg, documentbptato2023-09-271-1/+1
* Add precnum support to more functionsbptato2023-09-262-34/+41
* pager: show character sequence inputs on status linebptato2023-09-262-31/+44
* Add M-p as "load page on clipboard"bptato2023-09-251-3/+8
* client: write errors to browser console in evalActionbptato2023-09-251-3/+10
* client: clean up Client objectbptato2023-09-241-14/+5
* client, timeout: simplifybptato2023-09-241-8/+8
* regex: copy after compilingbptato2023-09-241-1/+2
* container: un-extern, un-ref highlightsbptato2023-09-231-9/+6
* fix devnull dup in place of stdinbptato2023-09-231-4/+7
* buffer: make readFromFd work with pipesbptato2023-09-231-1/+8
* buffer: make clone fork()bptato2023-09-232-20/+76
* Disable "toggle source" for the console bufferbptato2023-09-213-8/+17
* lineedit: rewritebptato2023-09-181-13/+7
* Fix compilation with --assertions:offbptato2023-09-151-2/+4
* bindings: fix JSInterruptHandler signaturebptato2023-09-151-1/+1
* move around more modulesbptato2023-09-144-26/+26
* move some modules to local/bptato2023-09-144-0/+3162
7215bb3c91fa6ca11aff'>204dae92 ^
87c5b329 ^
204dae92 ^




4a48bedc ^
204dae92 ^



b301e0c0 ^
204dae92 ^
4a48bedc ^
204dae92 ^









b301e0c0 ^
204dae92 ^





4a48bedc ^
204dae92 ^








805d58c6 ^
204dae92 ^

0ca56ed8 ^



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