Class: AnsiTermGenericScrollBarAdder
AnsiTermGenericScrollBarAdder()
The AnsiTermGenericScrollBarAdder class is used to decorate a terminal with a scrollbar. It creates a new scrollbar element and attaches it to the terminal's controlled element. Platform-provided scrollbar elements are used here, which may vary in appearence depending on the browser and the OS. If you need a repeteable layout, you should use "scrollbar.js" and set the "internalScrollbar" parameter of AnsiTerm to false.
At the moment, it only vertical scrollbar is implemented.