aboutsummaryrefslogtreecommitdiffstats
path: root/stdio/linewrap.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge linewrap changesMiles Bader1996-07-171-1/+1
* (lwupdate): Fix boundary condition where a word extends right up to rmargin. When we've done a word wrap and output the wrap margin, set point_col to wmargin. Use negative point_col to deal with a wmargin of 0. (line_wrap_point): Return 0 for a negative point_col.Miles Bader1996-07-171-6/+34
* (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. (...Miles Bader1996-07-071-54/+122
* Tue May 7 19:00:01 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-081-56/+127
* Mon May 6 09:51:05 1996 Roland McGrath <roland@delasyd.gnu.ai.mit.edu>Roland McGrath1996-05-071-0/+353