想要给 byobu 以屏幕更新的外观 。 我以
byobu
而不是坐在屏幕底部的状态线, 每次更新时, 它会推到前一条线下的额外线。 不久之前, 屏幕( 截图) 会被状态线回声填充 。
我该如何阻止这一切?
输赢7 至 ubuntu 12.04
想要给 byobu 以屏幕更新的外观 。 我以
byobu
而不是坐在屏幕底部的状态线, 每次更新时, 它会推到前一条线下的额外线。 不久之前, 屏幕( 截图) 会被状态线回声填充 。
我该如何阻止这一切?
输赢7 至 ubuntu 12.04
Ubuntu 发送 UTF-8 编码时, Putty 默认为 ISO- 8859-1 的翻译编码 。
在“装入”中单击您的服务器,保存或删除存储的会话窗口。然后单击“装入”按钮。
Next, in the Category panel on the left click on: Window -> Translation
将“收到的数据假定在哪个字符组中”下的下调修改为 UTF-8 。
一旦这样做,然后单击类别面板顶部的会话,然后单击保存在存储的会话区域。
我不是说这是正确的解决办法,我只是告诉大家,为了我什么事情固定了它,而不必对服务器做任何疯狂的事情。
干杯! 干杯! 干杯! 干杯!
这似乎与默认的 byobu 后端存在问题 。 默认情况下, 在 Ubuntu 12. 04 中, byobu 使用 < code> tmux code> 作为后端。 您可以通过运行 < code> beobu- select- backend code > 和选择屏幕( 选项 2) 来更改这一点 。
虽然对于 tmux 为何在 PutTy 会话上这样做,
UTF-8 设置工作奇观 。 我通常与终端+gt、 键盘+gt、 “ 功能键和 kepad” 从“ ESC[ ~ ” 到“ Xterm R6 ” 一起设置此设置, 并在 Putty 中将其保存为默认配置 。 最后一个选项允许在 Byobu 使用 F 键函数 。 没有此选项几乎毫无用处 。
我对一台德比安测试/ SID 服务器也有类似的问题, 系统松开的几段独立屏幕会话也存在问题 。 ps aufx {grep - i screb
应该找到孤立的屏幕会话 。
I tried sudo byobu-select-backend
and tmux is the default on Debian Testing as well, I chose screen but when I tried $ byobu
the same scrolling behaviour ensued.
So I ran $ byobu-select-backend
as my regular user and selected screen again.
这一次,运行的Boobu给我看 独立的屏幕会话, 所以我可以选择它们 并轻轻地关闭它们。
a href="https://stackoverflow.com/uss/1478349/phanku">phanku s 的回答,即终端编码应设定为UTF-8, 允许我修正OP在访问一小说会话(在Ubuntu 12.04)时描述的相同问题,
对我而言,问题在于 兼容性是如何设定的:
在终端中,请转到:
或
it w或ked f或 me ...
我在 macOS 中使用 iTerm2, 遇到同样的问题。 编码已经设置为 UTF-8, 但没有帮助 。 以下是对我有效的解决方案 :
Preferences
> Profiles
Text
tab on the rightTreat ambiguous-width characters as double width
option完成。 完成 。
I was to setup an SSH Server to Host my Git Repository to my local area network. I followed this tutorial by TimDavis hoping that I would be able to make a secured Git Repository. I tested my ...
I m trying to connect and fetching source from a SSH server with using PuTTY, PLINK and git from command line. When connecting with PuTTY or Git Extension/TortoiseGit/etc. There is no trouble. I can ...
This may sound ridiculous but I need to send something like <policy-file-request/> followed by a nul byte from a terminal to a XML socket server. I am using PUTTY but I tried all sorts of ...
I m setting up a Ubuntu server using Windows + Putty and want to log all my console activity. In putty I have the following configuration: Putty Configuration http://lbjuice.com/host/putty.png [View ...
I know that I can highlight text and its automatically copied, but is there a way to delete the text that you highlight? I am using nano.
Using putty in windows, you can save sessions that connect to a certain host and use a certain text color...this was super useful for me since I work with a bunch of remote hosts and I m wondering if ...
I m using Vim 7.2 , compiled with +xterm_clipboard , in a xterm through putty . I ve put set clipboard=unnamed in .vimrc , and from what i ve read in other threads , this should put all yanks/deletes ...
How would I access a webserver behind a firewall? I m developing an application for this webserver which is not yet open to the public. Someone walked me through this before, so I know it can be ...