about summary refs log tree commit diff
path: root/html.h
diff options
context:
space:
mode:
authorLars Hjemli <hjemli@gmail.com>2011-06-02 10:30:26 +0000
committerLars Hjemli <hjemli@gmail.com>2011-06-02 10:30:26 +0000
commitd885158f6ac29e04bd14dd132331c7e3a93e7490 (patch)
tree15dee6a8e4f3cfd2737a50725e480d09220ee0dd /html.h
parentui-snapshot.c: remove debug cruft (diff)
downloadcgit-pink-d885158f6ac29e04bd14dd132331c7e3a93e7490.tar.gz
cgit-pink-d885158f6ac29e04bd14dd132331c7e3a93e7490.zip
ui-log.c: do not link from age column
The link url wasn't properly escaped, and since the link was identical
to the one used on the commit message it didn't serve any special purpose.

Signed-off-by: Lars Hjemli <hjemli@gmail.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
follow=1'>Add reverse and reset IRC formatting codesJune McEnroe 2018-08-06Rewrite line editing again, add formattingJune McEnroe 2018-08-06Fix allocation size in vaswprintfJune McEnroe 2018-08-06Implement word wrappingJune McEnroe 2018-08-06Use wchar_t strings for all of UIJune McEnroe 2018-08-06Rename line editing functionsJune McEnroe 2018-08-05Initialize all possible color pairsJune McEnroe 2018-08-05Refactor color initializationJune McEnroe 2018-08-05Add ^L redrawJune McEnroe 2018-08-05Use 16 colors if availableJune McEnroe 2018-08-05Limit parsed colors to number of mIRC colorsJune McEnroe 2018-08-04Show source link on exitJune McEnroe 2018-08-04Implement line editing, scrollingJune McEnroe 2018-08-04Handle /topicJune McEnroe