mirror of
https://github.com/wez/wezterm.git
synced 2024-12-13 18:39:30 +03:00
265 B
265 B
enable_scroll_bar
Enable the scrollbar. This is currently disabled by default. It will occupy the right window padding space.
If right padding is set to 0 then it will be increased to a single cell width.
return {
enable_scroll_bar = true,
}