pad_right
On this page
wakterm.pad_right(string, min_width)#
Returns a copy of string that is at least min_width columns
(as measured by wakterm.column_width).
If the string is shorter than min_width, spaces are added to
the right end of the string.
For example, wakterm.pad_right("o", 3) returns "o ".
See also: wakterm.truncate_left, wakterm.pad_left.