commit 1b0e6efceb972ec76c7283d0a9e6f837425bd1fd from: Omar Polo date: Sun Aug 08 10:55:24 2021 UTC start loading spinner when sending gopher searches commit - 4a52e6fec4eda6b67da1055e67dd0ef24968ee66 commit + 1b0e6efceb972ec76c7283d0a9e6f837425bd1fd blob - 62c263462242828c1437440677fed6363c1e3684 blob + 615597265f0e43658496215a61fe82564857f9b7 --- telescope.c +++ telescope.c @@ -713,6 +713,8 @@ void gopher_send_search_req(struct tab *tab, const char *text) { struct get_req req; + + start_loading_anim(tab); memset(&req, 0, sizeof(req)); strlcpy(req.host, tab->uri.host, sizeof(req.host));