Re: Logging xterm contents to a file.

2008-06-17 Thread Mansoorali Kudsi
Well, many people have asked me about the recompilation of vim. Here is how it is done: The souce code looks something like this: [EMAIL PROTECTED]:/cygdrive/d/xterm-225$ ls 256colres.h XTerm-col.ad fontutils.h ptydata.cvttests 256colres.plXTerm.ad gen-pc-fkeys.pl

Re: Logging xterm contents to a file.

2007-05-08 Thread Gary Johnson
On 2007-05-08, Mansoorali Kudsi wrote: Hi, Really dumb question. but hope somebody replies to this one? Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) e.g. for a putty window, we have an option of logging all the

Re: Logging xterm contents to a file.

2007-05-08 Thread Thomas Dickey
On Tue, 8 May 2007, Mansoorali Kudsi wrote: Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) e.g. for a putty window, we have an option of logging all the contents of the putty window into a file just by doing a right click and giving

Re: Logging xterm contents to a file.

2007-05-08 Thread Thomas Dickey
On Tue, 8 May 2007, Gary Johnson wrote: On 2007-05-08, Mansoorali Kudsi wrote: Hi, Really dumb question. but hope somebody replies to this one? Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) e.g. for a putty window, we have

Re: Logging xterm contents to a file.

2007-05-08 Thread Holger Krull
Mansoorali Kudsi schrieb: Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) Maybe doing a screen -L in xterm will do what you want. It will create a file called screenlog that contains all output. -- Unsubscribe info:

Re: Logging xterm contents to a file.

2007-05-08 Thread Holger Krull
Holger Krull schrieb: Mansoorali Kudsi schrieb: Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) Maybe doing a screen -L in xterm will do what you want. It will create a file called screenlog that contains all output. I should

Re: Logging xterm contents to a file.

2007-05-08 Thread Holger Krull
Thomas Dickey schrieb: On Tue, 8 May 2007, Holger Krull wrote: Holger Krull schrieb: Mansoorali Kudsi schrieb: Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) Maybe doing a screen -L in xterm will do what you want. It will

Re: Logging xterm contents to a file.

2007-05-08 Thread Mansoorali Kudsi
Well, to confirm, I didn't want to print contents of a single screen but everything which comes to the screen once I start the log to file... I hope recompiling xterm with --enable-logging would resolve this issue... On 5/8/07, Thomas Dickey [EMAIL PROTECTED] wrote: On Tue, 8 May 2007, Gary

Re: Logging xterm contents to a file.

2007-05-08 Thread Thomas Dickey
On Tue, 8 May 2007, Mansoorali Kudsi wrote: Well, to confirm, I didn't want to print contents of a single screen but everything which comes to the screen once I start the log to file... I hope recompiling xterm with --enable-logging would resolve this issue... if it doesn't, I get to fix it

Re: Logging xterm contents to a file.

2007-05-08 Thread Mansoorali Kudsi
I recompiled with the --enable-logging option and it has started working!!! Thanks for the inputs. On 5/8/07, Thomas Dickey [EMAIL PROTECTED] wrote: On Tue, 8 May 2007, Mansoorali Kudsi wrote: Well, to confirm, I didn't want to print contents of a single screen but everything which comes

Logging xterm contents to a file.

2007-05-07 Thread Mansoorali Kudsi
Hi, Really dumb question. but hope somebody replies to this one? Is it possible to save the entire contents of a xterm window into a file? (using anything other than script) e.g. for a putty window, we have an option of logging all the contents of the putty window into a file just by doing a