Commits
- Commit:
17c10c65d18de23daf7b7759aa0bc5f745fb84b3
- From:
- Omar Polo <op@omarpolo.com>
- Date:
(process) network -> net rename
- Commit:
5caf7d677eb49100dd1522236bcc51b92af5de12
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move utf8 decl. to utf8.h
- Commit:
f5407b26b9ad20a9161b13715f8cc698c8c40555
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add missing files
- Commit:
d1a0f2a344977e9d699dc16cf981e31059bdf5bb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move ui decl. to ui.h
- Commit:
63f1dea533df57b76416da34497c48e84552c0ed
- From:
- Omar Polo <op@omarpolo.com>
- Date:
add missing include parser.h
- Commit:
386c1f8c0f0b3d1a7a18e3aca6eb1596aa502788
- From:
- Omar Polo <op@omarpolo.com>
- Date:
reorder
- Commit:
395b9f4e3ca29a4a162e3ce47a1bd9db738ff5a1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move parser declarations so parser.h
- Commit:
19f7f20c9b2a6daf00e79d941163a2e3a1f2ba8d
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bugfix: allow editing minibuffer history
restore the current line, so the editing operations can actually
modify the input buffer, instead of the history string.
- Commit:
450a89f74f2e3bc45112aa7c9bfa22b71f7fb6d2
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move declarations to minibuffer.h
- Commit:
84b880390e4a2a475936742c3b1aa37609ca2cab
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move minibuffer-related fns to their own file
and a bit of foreshadowing... :)
- Commit:
7943bb816bd80662aa2a36f1d4f1ee0584052357
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix certificate mismatch after load_previous_page and proxy
load_previous_page calls directly do_load_url, where the proxy reset
happens in load_url.
- Commit:
f6a429ebe5c3de47bf096be801998fb6d09e6a73
- From:
- Omar Polo <op@omarpolo.com>
- Date:
initialize tabshead and proxylist early
after the re-exec diff, the configuration gets loaded *before* and
then the proxy list is initialized. Thus once we start the UI the
proxy list is always empty.
Solve the headaches by using TAILQ_HEAD_INITIALIZER. Or, in theory we
could also avoid the initialization at all, since globals vars should
be zeroed.
- Commit:
8a7f2683ba78ca71cef37cae58db7de52b87f83e
- From:
- Omar Polo <op@omarpolo.com>
- Date:
rename minibuf to echoarea
there's a close relationship between the echoarea and the minibuffer,
but let's call it echoarea for now.
- Commit:
4054d9290ad4acb6253f002b4436e8e3eae2acd8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
sync
- Commit:
0a53787c0b2835570a2f146eb76d83df8ab6fc17
- From:
- Omar Polo <op@omarpolo.com>
- Date:
make \n optional in some contexts
- Commit:
25f5824b25256a8e9cc7425c740dbfccd8fbb8fb
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bind C-w to tab-close by default
- Commit:
3c3af0fd8054ae060f6a9dfdb8135c5138504ba1
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bind c-t to tab-new by default
and while there document some missing keys.
- Commit:
6cc5fcfe173c6d504497dead4171fabf46131134
- From:
- Omar Polo <op@omarpolo.com>
- Date:
re-exec the children processes
This way, they get their own new random address space.
- Commit:
5163d06e99f13dc060058f5ca99383f1442a504a
- From:
- Omar Polo <op@omarpolo.com>
- Date:
style(9)
- Commit:
d5bdf2034237dab92ef6a155917376e245206d19
- From:
- Omar Polo <op@omarpolo.com>
- Date:
initialize the keys before reading the configuration
- Commit:
d254498948dc2abda7c283e671d747be67d99a18
- From:
- Omar Polo <op@omarpolo.com>
- Date:
move the argv handling back into the main()
- Commit:
04d32eda6a47cae61c0347e1f514d00b28b9ffc8
- From:
- Omar Polo <op@omarpolo.com>
- Date:
bugfix: print the trailing face until the right column
This would leave the last column white if !olivetti-mode and a
background color for some body lines
- Commit:
e39920a9e6863737b01eb7a7299f0af4faebb586
- From:
- Omar Polo <op@omarpolo.com>
- Date:
guard cmd_scroll_line_up against crashes
buffer->top_line could end up being NULL if we blindly TAILQ_PREV...
- Commit:
1575cb8a2cf436e843a63afb9370ef059bedafc5
- From:
- Omar Polo <op@omarpolo.com>
- Date:
fix detection of empty lines inside pre blocks
empty lines inside pre blocks were misleadingly matched as LINE_TEXT.
- Commit:
27dce34fb57e3639875005f21f7ed651fad9c2db
- From:
- Omar Polo <op@omarpolo.com>
- Date:
drop the in_body field and use a bit in the flags field