gnome-terminal:如何以编程方式消除滚动条?

发布于 2024-07-25 01:47:19 字数 92 浏览 7 评论 0原文

我正在生成一些在自己的 gnome 终端中运行的进程,并且 不想显示滚动条。 有没有类似xterm +sb的东西 关闭该特定窗口的滚动条?

I'm spawning some processes running in their own gnome-terminal and
don't want to show the scrollbar. Is there something like xterm +sb
to turn the scrollbar off for that particular window?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

始终不够 2024-08-01 01:47:19

启动 gnome-terminal,在菜单中选择 Edit->Profiles。 创建一个新的配置文件并将其命名为“NoScrollbar”。 在配置文件首选项中,转到“滚动”选项卡,然后将滚动条设置为“禁用”。 要使用新配置文件启动新终端,请运行以下命令:

$ gnome-terminal --window-with-profile=NoScrollbar

Start gnome-terminal, select Edit->Profiles in the menu. Create a new profile and call it 'NoScrollbar'. In the profile preferences, go to the Scrolling tab, then set the scrollbar to 'Disabled'. To start a new terminal with the new profile, run the following command:

$ gnome-terminal --window-with-profile=NoScrollbar
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文