(lwupdate): New function, mostly was __line_wrap_update. Use POINT_COL field...
authorMiles Bader <miles@gnu.org>
Sun, 7 Jul 1996 16:49:06 +0000 (16:49 +0000)
committerMiles Bader <miles@gnu.org>
Sun, 7 Jul 1996 16:49:06 +0000 (16:49 +0000)
commitdd411cc7bc2ffdd07364c2abf0a4ea13cd26d79d
treedcb87c2b1322e4c83d5d4bfdcdf3fdce4fa0f445
parent4c3e8a9e89ae7bffc7ef1cd8446b51149f4977d1
(lwupdate):   New function, mostly was __line_wrap_update.   Use POINT_COL field instead of POINT.   Update D->point_offs when done.   Use memmove instead of memcpy where overlap is possible (not      necessary using current implementation of memcpy, but...). (__line_wrap_output): Use lwupdate. (__line_wrap_update): New function. (line_wrap_set_lmargin, line_wrap_set_rmargin,   line_wrap_set_wmargin, line_wrap_point): Use __line_wrap_update. (ensure_unwrapped, ensure_wrapped): New functions.
stdio/linewrap.c