public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* title bar in windows 98 Cygwin
@ 2000-03-23  5:47 Halim, Salman
  2000-03-24  4:02 ` Paul Sokolovsky
  0 siblings, 1 reply; 4+ messages in thread
From: Halim, Salman @ 2000-03-23  5:47 UTC (permalink / raw)
  To: cygwin

hi,

another hopefully simple scenario:  the title bar in my bash window on
windows 98 keeps changing to reflect the currently running process.  if i
set up my PS1 variable to contain the results of a few commands (such as
date) it does it every time i press enter.  i'm not sure, but i think this
might be affecting the performance somewhat -- i say this because i have the
same prompt on windows nt where it DOESN'T do that to the title bar and
things proceed more quickly (the windows 98 box is more powerful!).

finally, the question:  is there any way to disable the title bar from
changing?

thank you all again for your help!

-- 
   =========================================================
   Salman Halim                 Email:  salman@bluestone.com
   =========================================================
   If a  man says something  in a  forest, and there  are no
   women around to hear him, is he still wrong?

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: title bar in windows 98 Cygwin
  2000-03-23  5:47 title bar in windows 98 Cygwin Halim, Salman
@ 2000-03-24  4:02 ` Paul Sokolovsky
  0 siblings, 0 replies; 4+ messages in thread
From: Paul Sokolovsky @ 2000-03-24  4:02 UTC (permalink / raw)
  To: Halim, Salman; +Cc: cygwin

Hello Salman,

Halim, Salman <salman@bluestone.com> wrote:

HS> hi,

HS> another hopefully simple scenario:  the title bar in my bash window on
HS> windows 98 keeps changing to reflect the currently running process.  if i
HS> set up my PS1 variable to contain the results of a few commands (such as
HS> date) it does it every time i press enter.  i'm not sure, but i think this
HS> might be affecting the performance somewhat -- i say this because i have the
HS> same prompt on windows nt where it DOESN'T do that to the title bar and
HS> things proceed more quickly (the windows 98 box is more powerful!).

    Nope, you're wrong - it's system itself who set titlebar.

HS> finally, the question:  is there any way to disable the title bar from
HS> changing?

    Yes, setting it manually to the same value everytime. But *that*
will affect performance - you'll lose some microseconds, I guess.

HS> thank you all again for your help!

    What I wrote true at least for win9x.


--
Paul Sokolovsky, IT Specialist
http://www.brainbench.com/transcript.jsp?pid=11135



--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: title bar in windows 98 Cygwin
@ 2000-03-23  9:08 Rick Rankin
  0 siblings, 0 replies; 4+ messages in thread
From: Rick Rankin @ 2000-03-23  9:08 UTC (permalink / raw)
  To: earnie_boyd, Halim, Salman, cygwin

Hmmm, the "notitle" option doesn't work for me on '98. I have it set, but the
title bar changes anyway. When I asked the same question a few months ago, I
was told by someone on the cygwin development team (I'm sorry, I don't recall
who) that it was not possible to stop this behavior in Win98. I haven't paid
much attention to it since, although it's still set.

Rick
--
Rick Rankin
rick_rankin@yahoo.com

--- Earnie Boyd <earnie_boyd@yahoo.com> wrote:
> --- "Halim, Salman" <salman@bluestone.com> wrote:
> > hi,
> > 
> > another hopefully simple scenario:  the title bar in my bash window on
> > windows 98 keeps changing to reflect the currently running process.  if i
> > set up my PS1 variable to contain the results of a few commands (such as
> > date) it does it every time i press enter.  i'm not sure, but i think this
> > might be affecting the performance somewhat -- i say this because i have
> the
> > same prompt on windows nt where it DOESN'T do that to the title bar and
> > things proceed more quickly (the windows 98 box is more powerful!).
> > 
> > finally, the question:  is there any way to disable the title bar from
> > changing?
> > 
> 
> [DOS PROMPT] SET CYGWIN=... notitle ...
>   the ... indicates other options that may already be set.  See the FAQ for
> other options.
> 
> If you're using the cygwin.bat file then you can modify that file.
> 
> 
> 
> =====
> ---
>    Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
>             __Cygwin: POSIX on Windows__
> Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
>            __Minimalist GNU for Windows__
>   Mingw32 List: < http://www.egroups.com/group/mingw32/ >
>     Mingw Home: < http://www.mingw.org/ >
> 
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
> 
> --
> Want to unsubscribe from this list?
> Send a message to cygwin-unsubscribe@sourceware.cygnus.com
> 
> 

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: title bar in windows 98 Cygwin
@ 2000-03-23  7:33 Earnie Boyd
  0 siblings, 0 replies; 4+ messages in thread
From: Earnie Boyd @ 2000-03-23  7:33 UTC (permalink / raw)
  To: Halim, Salman, cygwin

--- "Halim, Salman" <salman@bluestone.com> wrote:
> hi,
> 
> another hopefully simple scenario:  the title bar in my bash window on
> windows 98 keeps changing to reflect the currently running process.  if i
> set up my PS1 variable to contain the results of a few commands (such as
> date) it does it every time i press enter.  i'm not sure, but i think this
> might be affecting the performance somewhat -- i say this because i have the
> same prompt on windows nt where it DOESN'T do that to the title bar and
> things proceed more quickly (the windows 98 box is more powerful!).
> 
> finally, the question:  is there any way to disable the title bar from
> changing?
> 

[DOS PROMPT] SET CYGWIN=... notitle ...
  the ... indicates other options that may already be set.  See the FAQ for
other options.

If you're using the cygwin.bat file then you can modify that file.



=====
---
   Earnie Boyd: < mailto:earnie_boyd@yahoo.com >
            __Cygwin: POSIX on Windows__
Cygwin Newbies: < http://www.freeyellow.com/members5/gw32/index.html >
           __Minimalist GNU for Windows__
  Mingw32 List: < http://www.egroups.com/group/mingw32/ >
    Mingw Home: < http://www.mingw.org/ >

__________________________________________________
Do You Yahoo!?
Talk to your friends online with Yahoo! Messenger.
http://im.yahoo.com

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-03-24  4:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-23  5:47 title bar in windows 98 Cygwin Halim, Salman
2000-03-24  4:02 ` Paul Sokolovsky
2000-03-23  7:33 Earnie Boyd
2000-03-23  9:08 Rick Rankin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).