1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-09 23:33:46 -05:00

Utility function to do terminal word wrapping.

I'm planning to use this to replace some of the manually wrapped lines
in console messages.
This commit is contained in:
Simon Tatham
2022-07-06 19:01:15 +01:00
parent d8f8c8972a
commit d155009ded
3 changed files with 39 additions and 0 deletions

View File

@ -70,6 +70,7 @@ add_sources_from_current_dir(utils
version.c
wcwidth.c
wildcard.c
wordwrap.c
write_c_string_literal.c
x11authfile.c
x11authnames.c