Terminal.setCjkAmbiguousWidth
void setCjkAmbiguousWidth(int width)This setting controls whether ambiguous-width characters are narrow or wide. (Note that when using a non-UTF-8 encoding set via [vte.terminal.Terminal.setEncoding], the width of ambiguous-width characters is fixed and determined by the encoding itself.)
Parameters
width | either 1 (narrow) or 2 (wide) |