about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-04-30 12:27:41 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2013-04-30 12:29:07 +0200
commit8bf4a0465e81da877e0c81620ae4ac9356145fc9 (patch)
tree502c36d0641013bed2c3832963968ec6f13737cf /README
parentt0001: validate Git -rcN version numbers correctly (diff)
downloadcgit-pink-8bf4a0465e81da877e0c81620ae4ac9356145fc9.tar.gz
cgit-pink-8bf4a0465e81da877e0c81620ae4ac9356145fc9.zip
ui-snapshot: do not access $HOME
It's a bit tedious to have to do this here too. If we encounter other
issues with $HOME down the line, I'll look into adding some nice utility
functions to handle this, or perhaps giving up on the hope that we could
keep $HOME defined for scripts.

This commit additionally adds a test case, should the issue surface
again.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'README')
0 files changed, 0 insertions, 0 deletions
ef='/catgirl/commit/ui.c?h=1.9&id=dbed1929dc71b16e26fef7eba8118ce42533e0b7&follow=1'>Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe Fall back to using bold if there are only 8 colors. This also allowed bright background colors in 16-color terminals. I must port this system to torus. I'll be able to remove the awful termcap patch hack. 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe Oh boy that's embarrassing. 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe Don't really have a way to implement the M-* keys, and currently missing C-w. 2018-08-04Handle /topicJune McEnroe