You are not logged in.
Pages: 1
the title pretty much says it all. when i use programs like mc w/o screen running the mouse is usable, but when i use screen and then use mc, the mouse no longer works. anyone knows whats wrong?
Offline
Which terminal are you using?
This thread may be of help: http://www.mydatabasesupport.com/forums … dling.html
Offline
Which terminal are you using?
This thread may be of help: http://www.mydatabasesupport.com/forums … dling.html
im running screen straight from bash. i tried what the thread said, it helped, but only when i run screen from xterm or urxvt. still doesn't work when i run it in bash.
Offline
Bash is a shell, not a terminal emulator. DO you mean it does not work when you run screen without an X session open? Have you tried:
TERM=xterm screen
To launch screen?
Last edited by hbarnwheeler (2009-01-08 16:46:10)
Offline
DO you mean it does not work when you run screen without an X session open?
Yeah, thats what I meant
Have you tried:
TERM=xterm screen
To launch screen?
I tried that, but it still didn't work. Anymore ideas?
thanks for helping btw.
OH, and let me clear up a few things, I am able to see and move the cursor but clicking on the menus or directories in, lets say mc, does nothing.
Last edited by dribbly (2009-01-08 20:18:23)
Offline
Sorry dribbly, I can't think of anything else save maybe for trying a different version of screen.
Offline
Sorry dribbly, I can't think of anything else save maybe for trying a different version of screen.
I've tried that too, but still it doesn't work. This is really driving me insane!
ASDFHAKJWFSIDBLVA
Anyone else have any ideas?
Offline
Invoke mc as "mc -x".
You need to install an RTFM interface.
Offline
Invoke mc as "mc -x".
thanks, but that didn't work either.
Offline
That's the solution when running mc on non-xterm terminals. It forces xterm mode. The manual page also states that it should work on the console with gpm.
You need to install an RTFM interface.
Offline
That's the solution when running mc on non-xterm terminals. It forces xterm mode. The manual page also states that it should work on the console with gpm.
It works when screen is not running, But when I try mc -x duriing a screen session, it has no effect. also, the problem isn't only with mc, other things that usually work like links -g don't seem to work in screen.
Last edited by dribbly (2009-01-09 17:00:05)
Offline
Pages: 1