Commit Briefs



Omar Polo

added cmd_{previous,next}_button



Omar Polo

anchor the cursor to the text


Omar Polo

simplify new_tab



Omar Polo

yield_w after a failed connect


Omar Polo

get rid of clminibufev_set

it was probably causing weird locks on the UI, and using evtimer_pending is cleaner anyway.



Omar Polo

mark line_faces as static


Omar Polo

first draft of asynchronous dns resolution

Use asr on OpenBSD to do DNS query lookups asynchronously. At the moment it seems a bit hard to provide the whole asr + asr_event stuff in the compat layer, so hide those bits behind an #ifdef; not the prettiest solution, but a working one. Future works may either: - provide a stub implementation for the asr stuff - bundle the libasr from OpenSMTD-portable


Omar Polo

mode can be NULL at times