Re: go down in seconds after scrolling up

2009-05-14 Thread Joe Zbiciak
> What does `middle button menu' on xterm? Is it click the middle button > of mouse, then there will be a menu appears? > But `clicking middle button' for me is pasting? > what should i do? If you press the Control key while clicking and holding left, middle or right mouse buttons in XTerm, you

Re: go down in seconds after scrolling up

2009-05-14 Thread ︶ㄣ無名氏
What does `middle button menu' on xterm? Is it click the middle button of mouse, then there will be a menu appears? But `clicking middle button' for me is pasting? what should i do? On Fri, May 15, 2009 at 01:02, Mark Eichin wrote: > When you're using shift-PageUp you're not using screen at all,

Re: go down in seconds after scrolling up (likely to be message 6 in this topic/thread)

2009-05-14 Thread Sven Heine
I'm not really sure, if that will answer your question, but for the time being, this feels right - try setting the following lines into your .screenrc: bindkey ^[^[[5~ eval "copy" "stuff\"^u\"" bindkey ^[^[[6~ eval "copy" "stuff\"^u\"" bindkey -m ^[^[[5~ stuff "^u" bindkey -m ^[^[[6~ stuff "^d"

Re: go down in seconds after scrolling up

2009-05-14 Thread Mark Eichin
When you're using shift-PageUp you're not using screen at all, you're using xterm (or gnometerminal, whatever...) On xterm, the middle-button menu has "Scroll to bottom on key press" and "Scroll to bottom on tty output"; the latter is what causes the behaviour you see. (I don't think you can fix