summary refs log tree commit diff
path: root/home/.config/htop
diff options
context:
space:
mode:
authorJune McEnroe <programble@gmail.com>2018-01-31 17:33:05 -0500
committerJune McEnroe <programble@gmail.com>2018-01-31 17:33:05 -0500
commit3f08d8a658b06f29cc54f3a0896cebdeec6b477e (patch)
treeab7df156881e8c65b69172a1f756fd77c3c6d216 /home/.config/htop
parentStyle tweak fbclock (diff)
downloadsrc-3f08d8a658b06f29cc54f3a0896cebdeec6b477e.tar.gz
src-3f08d8a658b06f29cc54f3a0896cebdeec6b477e.zip
Only load 128 glyphs in fbclock
There's no point loading more than ASCII since it doesn't interpret the
unicode table at all.
Diffstat (limited to 'home/.config/htop')
0 files changed, 0 insertions, 0 deletions
72c0acce13944e568b1a164058b779a4d537f6&follow=1'>Clean up hilex code somewhatJune McEnroe 2020-12-29Match lex/yacc %% %{ %} lines as MacroJune McEnroe 2020-12-29Match top-level C definitions as IdentifierTagJune McEnroe 2020-12-29Match C type declarations as IdentifierTagJune McEnroe 2020-12-29Match function-like macro definitions as IdentifierTagJune McEnroe 2020-12-29Reconfigure C macro start conditionsJune McEnroe 2020-12-29Document HTML class namesJune McEnroe 2020-12-29Rename Tag class to IdentifierTagJune McEnroe 2020-12-29Change HTML class from hi to hilexJune McEnroe You can tell I was just copying the HTML code huh. 2020-12-29Add hilex HTML outputJune McEnroe