GNU 屏幕刷新问题

发布于 2024-07-22 21:27:48 字数 178 浏览 4 评论 0原文

我最近开始使用 GNU Screen,但遇到了一个非常烦人的问题。

在任何屏幕窗口中,如果我在提示符下未输入任何内容时按向左箭头键或退格键,屏幕似乎会刷新,从而导致轻微的闪烁。 在提示符处输入一些文本后,使用退格键或向左箭头不会导致闪烁(至少在到达提示符中的第一个字符之前)。

有人以前见过这个吗?

I've recently started using GNU Screen but have run into a very annoying problem.

In any screen window if I press the left arrow key or backspace when there is nothing typed at the prompt the screen seems to refresh, causing a slight flicker. After typing some text at the prompt using the backspace or left arrow won't cause the flicker (at least until the first character in the prompt is reached).

Anyone seen this before?

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

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

发布评论

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

评论(1

骄傲 2024-07-29 21:27:48

那不是问题。 这是一个特点。 当您的终端中启用“视觉铃声”时,它的行为应该像这样。 我猜默认情况下就是这样。

请查看文档。 文件中有三个与视觉铃声相关的属性。 您可以在 ~/.screenrc 中进行更改,

vbell_msg "bell: window ~%"     # Message for visual bell
vbellwait 2                     # Seconds to pause the screen for visual bell
vbell off                       # Turns visual bell off

尝试将 vbell 属性设置为 off

另外,我建议您在 ServerFault 中提出同样的问题。 我相信您会在那里得到更好的答案。 要访问该网站,因为它处于私人测试版,请查看博客条目。

That's not a problem. It's a feature. It's supposed to behave like that when "visual bell" is enabled in your terminal. Which it is, by default I guess.

Take a look at this document. There are three properties in the file that relates to visual bell. You can change that in ~/.screenrc

vbell_msg "bell: window ~%"     # Message for visual bell
vbellwait 2                     # Seconds to pause the screen for visual bell
vbell off                       # Turns visual bell off

Try setting vbell property to off.

Also, I would recommend you ask the same question in ServerFault. I am sure you'll get way better answers over there. To access the site, since it's in private beta, check this blog entry.

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