column_width

On this page
  1. wakterm.column_width(string)

wakterm.column_width(string)#

Given a string parameter, returns the number of columns that that text occupies in the terminal, which is useful together with format-tab-title and update-right-status to compute/layout tabs and status information.

This is different from string.len which returns the number of bytes that comprise the string.

Edit this page