Re: I cannot scroll up down REPL in konsole

2011-07-07 Thread Eric Krohn
Re: I cannot scroll up down REPL in konsole I am using a vim script called Vicle <http://www.vim.org/scripts/script.php?script_id=2551> to send lines to screen repl. This is the reason why I use screen. -- You received this message because you are subscribed to the Google Groups "Cl

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Antonio Recio
@Perry: You are right, when screen is in copy mode (Ctrl + a + [) the scrollback works. Solved. Thanks. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Perry Trolard
Antonio, Apologies if this is obvious to you, but screen eats your scrollback lines. You can't use the terminal program's scroll bars; you've got to enter screen's copy mode to view history. It's a little jarring at first, but with the vim-style navigation keys & the ease of copying it allows, cop

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Antonio Recio
I am using a vim script called Vicleto send lines to screen repl. This is the reason why I use screen. -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Ken Wesson
On Wed, Jul 6, 2011 at 9:40 PM, Antonio Recio wrote: > I have discovered the cause of the problem, it is screen. When I am using > repl with screen I cannot scroll up down with konsole or xterm. Without > screen works fine in konsole or xterm. > Is there other people with problem with screen and s

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Antonio Recio
I have discovered the cause of the problem, it is screen. When I am using repl with screen I cannot scroll up down with konsole or xterm. Without screen works fine in konsole or xterm. Is there other people with problem with screen and scroll down up repl? -- You received this message because

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Antonio Recio
With xterm works fine. Are other people with konsole? -- You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to clojure@googlegroups.com Note that posts from new members are moderated - please be patient with your first po

Re: I cannot scroll up down REPL in konsole

2011-07-06 Thread Aaron Bedra
I haven't had any issues in gnome-terminal, xterm, or iterm2. I suggest trying another terminal to see if it's a problem with konsole or your setup. Cheers, Aaron Bedra -- Clojure/core http://clojure.com On Wed, Jul 6, 2011 at 9:21 PM, Antonio Recio wrote: > In the default terminal of KDE lin