aboutsummaryrefslogtreecommitdiff
path: root/lib/linestack.c
AgeCommit message (Expand)Author
2021-05-15Convert utf8towc from wchar_t to unsigned (to match wctoutf8).Rob Landley
2019-08-15linestack.c: fix buffer length.Elliott Hughes
2018-10-10Rewrite of watch.Rob Landley
2018-09-09Variable data needs to go at the end.Rob Landley
2018-07-19Tweak/add some comments.Rob Landley
2017-09-02utf8towc() has to be in lib.c if strlower() is going to use it, becauseRob Landley
2017-09-02In wc, replace mbrtowc() with new utf8towc() which doesn't have a context structRob Landley
2017-01-28Fix padto in draw_trim_esc() so it behaves like printf %*.*s and matches theRob Landley
2016-10-20Allow out and escout to be NULL in crunch_str()Rob Landley
2016-03-15Add ls -b and make ls -q work with utf8.Rob Landley
2016-02-25Typecast a printf argument because wchar_t isn't a rigidly defined size.Rob Landley
2016-01-17Extend utf8 fontmetrics so ps can use them.Rob Landley
2016-01-17Update draw_str() and friends to do standard escaping for ^X <AB> U+ABCD.Rob Landley
2015-12-27Add scan_key_getsize() doing the ANSI probe, switch scan_key() to TAGGED_ARRAY,Rob Landley
2015-12-23Factor out draw_str() and friends.Rob Landley