From: Anselm R. Garbe Date: Sat, 3 Nov 2007 19:43:12 +0000 (+0100) Subject: removed fgets usage, increment offset until a line is read, dwm will drop all lines... X-Git-Url: https://git.xinqibao.xyz/dwm.git/commitdiff_plain/0e98090d653457488d74103dc44a1e2aba071895?hp=0e98090d653457488d74103dc44a1e2aba071895 removed fgets usage, increment offset until a line is read, dwm will drop all lines read in one call, except the first!!! one (previously it preferred the last) - but the current approach is simplier and works better for general purpose in conjunction with the offset handling ---