about summary refs log tree commit diff
path: root/url.c
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-09-14 23:37:09 -0400
committerJune McEnroe <june@causal.agency>2018-09-14 23:37:09 -0400
commit3e2a9c20569478e9f50a86c20fb7e7ec245c9d01 (patch)
tree061215de0e1a0ee04d33c385347d2b7fca37e031 /url.c
parentRun test binaries with set -e and semicolons (diff)
downloadtest-3e2a9c20569478e9f50a86c20fb7e7ec245c9d01.tar.gz
test-3e2a9c20569478e9f50a86c20fb7e7ec245c9d01.zip
Factor out uiPrompt to call on nick change
Diffstat (limited to 'url.c')
0 files changed, 0 insertions, 0 deletions
0383960f99f1f9ad88e552588f361040b872&follow=1'>Fix 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