Re: Inside screen End key don't work

2009-04-15 Thread Kazuo Teramoto
On Wed, Apr 15, 2009 at 5:26 PM, Micah Cowan wrote: > ...Yeah, we know. You can see more about it here: > > https://savannah.gnu.org/bugs/?23601 > > Basically, there was a fix, and we had applied it, but then it broke > something else (back-tab), so we backed it out. We need to find the > proper f

Inside screen End key don't work

2009-04-15 Thread Kazuo Teramoto
Hi, recent (git) version of screen changed my End key from ^[[4~ to ^[[8~ now End key dont work on zsh and vim. I can remap ^[[8~ on zsh and vim to End key, but I dont think this is the correct solution someone have the terminfo/termcap knowledge to show me a correctly way of making my End key be r

Lua scripting help and bug

2008-11-02 Thread Kazuo Teramoto
Hello! I'm trying to use the lua interface (http://repo.or.cz/w/screen-lua.git) and have some question, someone can help me? First I think that canvas_select(lua.c line 364) I think that this line is a return not a break. And for my help request. I like to store variables per window and per regi

Italic text with screen inside urxvt and some termcap questions

2008-09-22 Thread Kazuo Teramoto
d what the termcap is all about)... In urxvt, outside of screen, the string '\33[3mHello\33[m' prints hello in italic. In the screen manual 'Standout' have a '(ANSI: Italicized)' what is that is supposed to mean? Thanks for any anwser! Bye, Kazuo Teramoto -- «Dans l

Re: Open a window relative to the current

2008-09-21 Thread Kazuo Teramoto
On Sun, Sep 21, 2008 at 3:53 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: > I'm not sure what you mean by this. The default for the "screen" command > has always been to open the first available number (starting at 0); you > can always give it the window number you want, though. Let me give a exampl

Open a window relative to the current

2008-09-21 Thread Kazuo Teramoto
Hello! I looked on the git repo and found a commit with relative arguments to :number (5e97f6b72586af80dee92396bb7e795902b59200) now I like to ask if is possible to open a new window (like 'screen vim .zshrc') relative to the current? Is this possible now or is a feature request? Than