[GH-ISSUE #2165] 大佬,不能上划查看前面的记录啊 #1343

Closed
opened 2026-02-27 00:03:10 +03:00 by kerem · 21 comments
Owner

Originally created by @Dazzle-sys on GitHub (Jun 14, 2021).
Original GitHub issue: https://github.com/electerm/electerm/issues/2165

不能鼠标上划查看前面的记录,希望批量输入是固定位置的不要这样收缩。
大佬,不能上划看历史记录这很重要,我不想换软件啊。。。。

Originally created by @Dazzle-sys on GitHub (Jun 14, 2021). Original GitHub issue: https://github.com/electerm/electerm/issues/2165 不能鼠标上划查看前面的记录,希望批量输入是固定位置的不要这样收缩。 大佬,不能上划看历史记录这很重要,我不想换软件啊。。。。
kerem 2026-02-27 00:03:10 +03:00
Author
Owner

@zxdong262 commented on GitHub (Jun 15, 2021):

方便详细描述下吗?

<!-- gh-comment-id:861098509 --> @zxdong262 commented on GitHub (Jun 15, 2021): 方便详细描述下吗?
Author
Owner

@Dazzle-sys commented on GitHub (Jun 15, 2021):

鼠标中键滑动不能上下滑动查看历史记录

<!-- gh-comment-id:861165819 --> @Dazzle-sys commented on GitHub (Jun 15, 2021): 鼠标中键滑动不能上下滑动查看历史记录
Author
Owner

@darrenliuwei commented on GitHub (Jun 15, 2021):

鼠标中键滑动不能上下滑动查看历史记录

我刚刚试了下,可以上下滑动查看历史记录呀

<!-- gh-comment-id:861317053 --> @darrenliuwei commented on GitHub (Jun 15, 2021): > 鼠标中键滑动不能上下滑动查看历史记录 我刚刚试了下,可以上下滑动查看历史记录呀
Author
Owner

@Dazzle-sys commented on GitHub (Jun 15, 2021):

不知道为什么我这边是只有以前输入的命令在切换,并且重新安装还是那样,恢复默认设置也没恢复回来

<!-- gh-comment-id:861320941 --> @Dazzle-sys commented on GitHub (Jun 15, 2021): 不知道为什么我这边是只有以前输入的命令在切换,并且重新安装还是那样,恢复默认设置也没恢复回来
Author
Owner

@zxdong262 commented on GitHub (Jun 15, 2021):

操作系统和软件版本?

<!-- gh-comment-id:861365329 --> @zxdong262 commented on GitHub (Jun 15, 2021): 操作系统和软件版本?
Author
Owner

@Dazzle-sys commented on GitHub (Jun 15, 2021):

win10
软件版本electerm-1.13.4-win-installer

<!-- gh-comment-id:861367105 --> @Dazzle-sys commented on GitHub (Jun 15, 2021): win10 软件版本electerm-1.13.4-win-installer
Author
Owner

@Dazzle-sys commented on GitHub (Jun 15, 2021):

QQ图片20210615180648

<!-- gh-comment-id:861369596 --> @Dazzle-sys commented on GitHub (Jun 15, 2021): ![QQ图片20210615180648](https://user-images.githubusercontent.com/55978588/122034842-7c90fd80-ce04-11eb-8a1b-1206db57700f.png)
Author
Owner

@Dazzle-sys commented on GitHub (Jun 15, 2021):

您好,我终于发现问题出在哪里了,问题就出在screen这个插件里,只要使用它创建了会话窗口和加载会话窗口就会导致不能使用
鼠标滚轮来滑动,其他软件是可以实现鼠标滚轮滑动的,希望作者能更新一下这个问题。

<!-- gh-comment-id:861687940 --> @Dazzle-sys commented on GitHub (Jun 15, 2021): 您好,我终于发现问题出在哪里了,问题就出在screen这个插件里,只要使用它创建了会话窗口和加载会话窗口就会导致不能使用 鼠标滚轮来滑动,其他软件是可以实现鼠标滚轮滑动的,希望作者能更新一下这个问题。
Author
Owner

@zxdong262 commented on GitHub (Jun 15, 2021):

您好,我终于发现问题出在哪里了,问题就出在screen这个插件里,只要使用它创建了会话窗口和加载会话窗口就会导致不能使用
鼠标滚轮来滑动,其他软件是可以实现鼠标滚轮滑动的,希望作者能更新一下这个问题。

请问screen插件是什么,可以给个链接吗?

<!-- gh-comment-id:861904614 --> @zxdong262 commented on GitHub (Jun 15, 2021): > 您好,我终于发现问题出在哪里了,问题就出在screen这个插件里,只要使用它创建了会话窗口和加载会话窗口就会导致不能使用 > 鼠标滚轮来滑动,其他软件是可以实现鼠标滚轮滑动的,希望作者能更新一下这个问题。 请问screen插件是什么,可以给个链接吗?
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

在CentOS服务器上输入:yum install -y screen 即可安装,这是他的官网:http://www.gnu.org/software/screen/
这是命令详解:https://www.cnblogs.com/mchina/archive/2013/01/30/2880680.html
screen是一个可以实现会话分离恢复和多用户共享同一个窗口内容的插件,只要加载它就不能使用鼠标滑动历史记录。

<!-- gh-comment-id:861911145 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 在CentOS服务器上输入:yum install -y screen 即可安装,这是他的官网:http://www.gnu.org/software/screen/ 这是命令详解:https://www.cnblogs.com/mchina/archive/2013/01/30/2880680.html screen是一个可以实现会话分离恢复和多用户共享同一个窗口内容的插件,只要加载它就不能使用鼠标滑动历史记录。
Author
Owner

@zxdong262 commented on GitHub (Jun 16, 2021):

在CentOS服务器上输入:yum install -y screen 即可安装,这是他的官网:http://www.gnu.org/software/screen/
这是命令详解:https://www.cnblogs.com/mchina/archive/2013/01/30/2880680.html
screen是一个可以实现会话分离恢复和多用户共享同一个窗口内容的插件,只要加载它就不能使用鼠标滑动历史记录。

请问其他的终端即便开了screen也一样可以鼠标滚轮滑动吗?

<!-- gh-comment-id:861992453 --> @zxdong262 commented on GitHub (Jun 16, 2021): > 在CentOS服务器上输入:yum install -y screen 即可安装,这是他的官网:http://www.gnu.org/software/screen/ > 这是命令详解:https://www.cnblogs.com/mchina/archive/2013/01/30/2880680.html > screen是一个可以实现会话分离恢复和多用户共享同一个窗口内容的插件,只要加载它就不能使用鼠标滑动历史记录。 请问其他的终端即便开了screen也一样可以鼠标滚轮滑动吗?
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

可以

<!-- gh-comment-id:861992694 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 可以
Author
Owner

@zxdong262 commented on GitHub (Jun 16, 2021):

https://stackoverflow.com/questions/359109/using-the-scrollwheel-in-gnu-screen

这里看到个说法说用终端类型vt100可以,你方便测试下吗

<!-- gh-comment-id:861994636 --> @zxdong262 commented on GitHub (Jun 16, 2021): https://stackoverflow.com/questions/359109/using-the-scrollwheel-in-gnu-screen 这里看到个说法说用终端类型vt100可以,你方便测试下吗
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

因为我使用screen是为了挂着服务器,这个插件能让我在关了软件后重新连接进来到我服务器的窗口,所以我开了服务器Linux的命令就不能在使用

<!-- gh-comment-id:861997382 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 因为我使用screen是为了挂着服务器,这个插件能让我在关了软件后重新连接进来到我服务器的窗口,所以我开了服务器Linux的命令就不能在使用
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

所以这个应该也实现不了

<!-- gh-comment-id:861997755 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 所以这个应该也实现不了
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

我尝试使用刚刚你发过来里面说得命令,返回的是我服务器提示没有此命令
image

<!-- gh-comment-id:861998756 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 我尝试使用刚刚你发过来里面说得命令,返回的是我服务器提示没有此命令 ![image](https://user-images.githubusercontent.com/55978588/122151192-b1976180-ce91-11eb-9d67-333cc5217713.png)
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

所以说目前Linux的命令我是无法在使用了

<!-- gh-comment-id:861999286 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 所以说目前Linux的命令我是无法在使用了
Author
Owner

@zxdong262 commented on GitHub (Jun 16, 2021):

@MuChen886 我是说在electerm新建书签时候设置里选择vt100作为终端类型

<!-- gh-comment-id:862028486 --> @zxdong262 commented on GitHub (Jun 16, 2021): @MuChen886 我是说在electerm新建书签时候设置里选择vt100作为终端类型
Author
Owner

@Dazzle-sys commented on GitHub (Jun 16, 2021):

可以了,感谢!!!

<!-- gh-comment-id:862029718 --> @Dazzle-sys commented on GitHub (Jun 16, 2021): 可以了,感谢!!!
Author
Owner

@getfox commented on GitHub (Aug 4, 2022):

我发现连接到Ubuntu18.04系统中以后特定场景下也有类似的问题:开启了tmux以后就无法向上滚动查看历史输出了,只能够查看历史输入。

<!-- gh-comment-id:1204976269 --> @getfox commented on GitHub (Aug 4, 2022): 我发现连接到Ubuntu18.04系统中以后特定场景下也有类似的问题:开启了tmux以后就无法向上滚动查看历史输出了,只能够查看历史输入。
Author
Owner

@kangood commented on GitHub (May 22, 2024):

@MuChen886 我是说在electerm新建书签时候设置里选择vt100作为终端类型

使用 mosh 之后也出现这个问题,设置 vt100 为终端类型也可以解决

<!-- gh-comment-id:2124665523 --> @kangood commented on GitHub (May 22, 2024): > @MuChen886 我是说在electerm新建书签时候设置里选择vt100作为终端类型 使用 mosh 之后也出现这个问题,设置 vt100 为终端类型也可以解决
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#1343
No description provided.