JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
removed fgets usage, increment offset until a line is read, dwm will drop all lines...
authorAnselm R. Garbe <garbeam@gmail.com>
Sat, 3 Nov 2007 19:43:12 +0000 (20:43 +0100)
committerAnselm R. Garbe <garbeam@gmail.com>
Sat, 3 Nov 2007 19:43:12 +0000 (20:43 +0100)
commit0e98090d653457488d74103dc44a1e2aba071895
tree074eedd4f7ad7838f02c1af8e49f8a5228142a9e
parentaf4667a85a11a1c001e60894a7ec7458c208bc0d
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
dwm.c