Terminal.setCjkAmbiguousWidth

This setting controls whether ambiguous-width characters are narrow or wide. (Note that when using a non-UTF-8 encoding set via vte_terminal_set_encoding(), the width of ambiguous-width characters is fixed and determined by the encoding itself.)

class Terminal
void
setCjkAmbiguousWidth
(
int width
)

Parameters

width int

either 1 (narrow) or 2 (wide)

Meta