[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lynx-dev calling lynx from xterm
From: |
Harland Christofferson |
Subject: |
Re: lynx-dev calling lynx from xterm |
Date: |
Tue, 3 Feb 2004 21:49:10 -0500 |
At Tuesday, 3 February 2004, you wrote:
>On Tue, Feb 03, 2004 at 09:28:18PM -0500, Stef Caunter wrote:
>> Two things occur to me.
>>
>> Environment variables HAVE to be exported to be seen by
>> lynx.
>
>But isn't the
> XXX=value command
>doing that? Seems to work when I do that sort of thing. It's not the
>same as
> XXX=value
> command.
>
>I've got a cron job running now that does what he's talking about,
>but (for a script, by habit) typed
> export XXX=value
> command
>however, for casual typing of sh-commands, I generally use the first
case.
>
i added to my script:
export COLUMNS=160 LINES=40
lynx -cmd_script=myscript www.someurl.com > output.txt
but the data is still truncated to the size of the xterm window i
am calling my script.
; To UNSUBSCRIBE: Send "unsubscribe lynx-dev" to address@hidden
- lynx-dev calling lynx from xterm, Harland Christofferson, 2004/02/03
- Re: lynx-dev calling lynx from xterm, Henry Nelson, 2004/02/03
- Re: lynx-dev calling lynx from xterm, Harland Christofferson, 2004/02/03
- Re: lynx-dev calling lynx from xterm, Stef Caunter, 2004/02/03
- Re: lynx-dev calling lynx from xterm, Thomas Dickey, 2004/02/03
- Re: lynx-dev calling lynx from xterm, Harland Christofferson, 2004/02/03
- Re: lynx-dev calling lynx from xterm,
Harland Christofferson <=