Terminal.scrollUnitIsPixels

bool scrollUnitIsPixels() @property

Get scrollUnitIsPixels property.

Returns

Controls whether the terminal's GtkAdjustment values unit is lines

or pixels. This can be enabled when the terminal is the child of a GtkScrolledWindow to fix some bugs with its kinetic scrolling.

void scrollUnitIsPixels(bool propval) @property

Set scrollUnitIsPixels property.

Parameters

propvalControls whether the terminal's GtkAdjustment values unit is lines or pixels. This can be enabled when the terminal is the child of a GtkScrolledWindow to fix some bugs with its kinetic scrolling.