mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:17:46 +00:00
TerminalSettings: Expose a CheckBox controlling scrollbar visibility
This commit is contained in:
parent
0e26ba59f7
commit
ab4035e227
3 changed files with 18 additions and 0 deletions
|
@ -28,9 +28,11 @@ private:
|
|||
|
||||
VT::TerminalWidget::BellMode m_bell_mode = VT::TerminalWidget::BellMode::Disabled;
|
||||
size_t m_max_history_size;
|
||||
bool m_show_scrollbar { true };
|
||||
|
||||
VT::TerminalWidget::BellMode m_original_bell_mode;
|
||||
size_t m_original_max_history_size;
|
||||
bool m_orignal_show_scrollbar { true };
|
||||
};
|
||||
|
||||
class TerminalSettingsViewWidget final : public GUI::SettingsWindow::Tab {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue