about summary refs log tree commit diff
path: root/ui-refs.c
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2013-03-20 20:44:20 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2013-03-20 21:08:32 +0100
commit6d7e3596ebb387265d8cfdc5b312e0ea76da8c8a (patch)
treee160033edb9a9077b077c7cf2d6d65f8856d6643 /ui-refs.c
parentui-shared: squelch compiler warning. (diff)
downloadcgit-pink-6d7e3596ebb387265d8cfdc5b312e0ea76da8c8a.tar.gz
cgit-pink-6d7e3596ebb387265d8cfdc5b312e0ea76da8c8a.zip
html: check return value of write
This squelches a gcc warning. It's also correct that we check to see if
there are any partial or failed writes. For now, we just print a warning
to stderr. In the future, perhaps it will prove wise to exit(1) on
partial writes.
Diffstat (limited to 'ui-refs.c')
0 files changed, 0 insertions, 0 deletions
71d0409951203d333a354c991073d18f98b8fd1&follow=1'>Rewrite 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