How to click using PuTTY and GNU Screen
Oct. 11th, 2006 12:00 pmPut in your .screenrc file the following line:
termcap linux XT:true
Which tells screen that any terminal identifying itself as "linux" (which is the default setting for PuTTY) has XTerm capabilities. If your system uses terminfo instead of termcap, you can use the "terminfo" command instead. Or even better, you (and probably I [actually, that's what I'm doing now]) could use "termcapinfo" which covers all your bases so you may best move your zig.
termcap linux XT:true
Which tells screen that any terminal identifying itself as "linux" (which is the default setting for PuTTY) has XTerm capabilities. If your system uses terminfo instead of termcap, you can use the "terminfo" command instead. Or even better, you (and probably I [actually, that's what I'm doing now]) could use "termcapinfo" which covers all your bases so you may best move your zig.
(no subject)
Date: 2006-10-11 07:06 pm (UTC)(no subject)
Date: 2007-10-15 01:13 pm (UTC)Or at least that's how it should work in theory...