Terminal.setCjkAmbiguousWidth

This setting controls whether ambiguous-width characters are narrow or wide when using the UTF-8 encoding (vte_terminal_set_encoding()). In all other encodings, the width of ambiguous-width characters is fixed.

class Terminal
void
setCjkAmbiguousWidth
(
int width
)

Parameters

width int

either 1 (narrow) or 2 (wide)

Meta