Skip to content
This repository was archived by the owner on May 8, 2021. It is now read-only.
This repository was archived by the owner on May 8, 2021. It is now read-only.

[Question] Hide scrollbar if scrollback buffer is empty #574

@rhssk

Description

@rhssk

There are plenty of situations where the terminal application has it's own scrollback mechanism (vim, weechat etc.). In that case the termite scrollbar is just taking up space without any benefit.

But I find it really useful when reading text directly in terminal (dmesg output etc.) so I'd rather keep the scrollbar enabled.

I was wondering if there's some kind of way of telling if there's something in termite's scrollbar buffer and show/hide the scrollbar depending on that. I'm not familiar with GTK coding at all, but to me it looks like all the configuration is done before the main loop (gtk_main) and it wouldn't really be possible to call something like gtk_widget_hide(scrollbar) on-the-fly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions