Re: [Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-03-06 文章 郝栋
Hi All:
总算在源头上找到了答案,尽管解释不是让人很满意。
Q:Mouse wheel produces ^[[A and ^[[B and not scroll terminal.
A:Byobu does support mouse wheel scrolling, but first you have to enter
scrollback mode.

You can do this by either pressing F7, or Alt-PageUp, or Alt-PageDown.
After you do that, you can scroll just fine. But not before. Sorry! Good
question, though. Thanks for asking!!!

意思就是说byobu是支持鼠标滚轮的,但是前提是我们得先进入scrollback模式,按F7或者alt+Pageup/Pagedown就可以了。
具体可以参考:
https://answers.launchpad.net/byobu/+question/186132

谢谢各位的回答
-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120306/53cd1e14/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-03-06 文章 Qian Hong
2012/3/6 郝栋 haodon1...@gmail.com:
 Hi All:
 总算在源头上找到了答案,尽管解释不是让人很满意。
 Q:Mouse wheel produces ^[[A and ^[[B and not scroll terminal.
 A:Byobu does support mouse wheel scrolling, but first you have to enter
 scrollback mode.

 You can do this by either pressing F7, or Alt-PageUp, or Alt-PageDown.
 After you do that, you can scroll just fine. But not before. Sorry! Good
 question, though. Thanks for asking!!!

 意思就是说byobu是支持鼠标滚轮的,但是前提是我们得先进入scrollback模式,按F7或者alt+Pageup/Pagedown就可以了。
 具体可以参考:
 https://answers.launchpad.net/byobu/+question/186132

 谢谢各位的回答

谢谢郝栋的分享 ;-)

-- 
Regards,
Qian Hong

-
Sent from Ubuntu
http://www.ubuntu.com/
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-03-03 文章 Qian Hong
Hi 郝栋
这个问题提了几天, 没有人回复, 我也帮不了你, 不过我建议你到byotu的上游社区求助[1]
如果你愿意, 在解决问题之后, 请把解决问题的方法或者上游的讨论链接转发到这里来,
或许可以帮助以后遇到和你相同问题的朋友 :)

[1] https://launchpad.net/byobu

2012/3/1 郝栋 haodon1...@gmail.com:
 Hi all:
 After the installation of byobu, I just found that the scrolling bar on the
 right side didn't work. All options could be found when pressing F9 but the
 scrolling feature is not. Any suggestions?

 Thanks
 Don
 --  --
 ??HTML?...
 URL: 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120301/6ebd2de8/attachment.html
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh



-- 
Regards,
Qian Hong

-
Sent from Ubuntu
http://www.ubuntu.com/
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-03-03 文章 stlifey
Alt+Pg Dn或者Pg Up,他会列出总行数和目前所在行,挺方便的
-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120304/7c9e89d6/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-03-03 文章 Neo Ko
哦我终于看明白了问题了,这样的问题就是滚动条用不了,这不是跟真正的终端一样嘛。用管道就好了,在你需要多行显示的命令后面加 |more,这样不就行了?

2012/3/4 stlifey stli...@gmail.com

 Alt+Pg Dn或者Pg Up,他会列出总行数和目前所在行,挺方便的
 -- 下一部分 --
 一个HTML附件被移除...
 URL: 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120304/7c9e89d6/attachment.html
 
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120304/9a293dc5/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


Re: [Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-03-03 文章 Ruxiao Ma
我用 byobu 有段时间了,tmux 和 screen 都用过,没发现 byobu 有滚动条之类的东西啊。。。

或者指的是在 gnome-terminal 里面运行?那估计 terminal 的滚动条用不了。如果想翻页的话也可以按 F7 进入复制模式,然后用
j/k/h/l/pgup/pgdn/方向键滚动或选择内容。

On Sun, Mar 4, 2012 at 09:50, Neo Ko neo.black...@gmail.com wrote:

 哦我终于看明白了问题了,这样的问题就是滚动条用不了,这不是跟真正的终端一样嘛。用管道就好了,在你需要多行显示的命令后面加 |more,这样不就行了?

 2012/3/4 stlifey stli...@gmail.com

  Alt+Pg Dn或者Pg Up,他会列出总行数和目前所在行,挺方便的
  -- 下一部分 --
  一个HTML附件被移除...
  URL: 
 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120304/7c9e89d6/attachment.html
  
  --
  ubuntu-zh mailing list
  ubuntu-zh@lists.ubuntu.com
  https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh
 
 -- 下一部分 --
 一个HTML附件被移除...
 URL: 
 https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120304/9a293dc5/attachment.html
 
 --
 ubuntu-zh mailing list
 ubuntu-zh@lists.ubuntu.com
 https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh

-- 下一部分 --
一个HTML附件被移除...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120304/46889b14/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh


[Ubuntu-zh] [ubuntu-zh] byobu终端的滚动条问题

2012-02-29 文章 郝栋
Hi all:
After the installation of byobu, I just found that the scrolling bar on the
right side didn't work. All options could be found when pressing F9 but the
scrolling feature is not. Any suggestions?

Thanks
Don
--  --
??HTML?...
URL: 
https://lists.ubuntu.com/archives/ubuntu-zh/attachments/20120301/6ebd2de8/attachment.html
-- 
ubuntu-zh mailing list
ubuntu-zh@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-zh