| Commit message (Collapse) | Author | Age |
... | |
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Weirdly the Fn key doesn't change how the F row registers... I
wonder if I can do something about that.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
11 is what I use on macOS, but I feel like my eyes are working
harder here.
|
| | |
| | |
| | |
| | |
| | |
| | | |
This is sort of a mix of trying to emulate macOS somewhat for my
muscle memory and just rebinding some of the cwm defaults to use
4- rather than M-.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
cwm still needs a lot more rebinding, and I need to actually look
at its other options. xterm definitely still needs some configuration,
but I at least managed to get it to use a decent looking font. Very
happy that OpenBSD includes Luxi Mono, which is what my usual font,
Go Mono, is based on anyway. Still missing is xmodmap and such.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Previously it was only used if owners were displayed on the index.
|
| | |
| | |
| | |
| | |
| | |
| | | |
Not really sure why this previously set job_warning to 2 rather
than 1. Anyway I often just press ^D again after the warning without
really thinking, so do it twice.
|
| | |
| | |
| | |
| | |
| | | |
It's not documented that you can set logo to empty string to remove
it, I just noticed by reading print_header.
|
| | |
| | |
| | |
| | | |
Remembering how to read 2021.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
Copied from the OpenBSD defaults.
|
| | |
| | |
| | |
| | |
| | | |
Otherwise keywords at the beginnings of lines with preceeding
whitespace are not matched.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
I haven't used neovim in a couple weeks by now, so I may as well
commit this.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Only matches functions declared at the beginnings of lines, but I'm
fine with that.
|
| | |
| | |
| | |
| | | |
Surprisingly seems to work for everything I looked at in my repos.
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
Lua support is unused and the dlsym fwrite/write hacks horrify me.
Clean it up.
|
| | | |
|
| | |
| | |
| | |
| | | |
Otherwise a :: rule includes one of the ':'s in the tag name.
|
| | |
| | |
| | |
| | | |
Otherwise the "id" in "void" matches for "void id".
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
These don't really go together, but...
|
| | |
| | |
| | |
| | | |
Otherwise it ends up going into Shell state.
|
| | |
| | |
| | |
| | | |
Using ungetc(3) rather than rewind(3) to support piped input.
|
| | |
| | |
| | |
| | |
| | | |
To be used as 1G!!mdate in vi(1) to update the .Dd line of mdoc
files.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This correctly preserves whitespace in browsers without CSS, as an
alternative to [1].
[1]: https://80x24.org/cgit.git/commit/?id=7c692e6137697de8a8473c4de5c3de4fb03a2989
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Our generation of HTML triggers many small write(2) syscalls
which is inefficient.
Time output on a horrible query against my git.git mirror
shows significant performance improvement:
QUERY_STRING='id=2b93bfac0f5bcabbf60f174f4e7bfa9e318e64d5&id2=d6da71a9d16b8cf27f9d8f90692d3625c849cbc8'
PATH_INFO=/mirrors/git.git/diff
export QUERY_STRING PATH_INFO
time ./cgit >/dev/null
Before:
real 0m1.585s
user 0m0.904s
sys 0m0.658s
After:
real 0m0.750s
user 0m0.666s
sys 0m0.076s
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
The title attribute was being set to the same value as the anchor
element text.
Signed-off-by: Chris Mayo <aklhfex@gmail.com>
|