howdy y'all
I have scratched an itch w.r.t. rxvt which may be of interest to
denizens of this list.
Specifically:
1) a new parameter "-cd directory" which starts rxvt in the given
directory. On windoze this allows you to set up a context menu item in
explorer (like chere) that: (a) does away w
Greetings
A simple console app compiled with MingW (-mno-cygwin) (or VC++) cannot
read from stdin when executed in an rxvt or xterm terminal:
#include
main() {
int c;
fputc(isatty(stdin), stdout);
while ((c = getc(stdin)) != EOF) fputc(c, stdout);
}
Furthermore, isatty(stdin) returns 0.
rable improvements in
business efficiency. Vignette is the efficiency expert. Visit
http://www.vignette.com to learn more.
> -Original Message-
> From: Eric Blake [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 23 August 2005 9:47 PM
> To: Robinson, Mark
> Cc: cygwin@cygwin
iency. Vignette is the efficiency expert. Visit
http://www.vignette.com to learn more.
> -Original Message-
> From: Igor Pechtchanski [mailto:[EMAIL PROTECTED]
> Sent: Tuesday, 23 August 2005 12:51 AM
> To: Eric Blake
> Cc: Robinson, Mark; cygwin@cygwin.com
> Subject: Re
g'day
I've been noodling around with the extra-character-bash-prompt-problem.
It appears to manifest itself (for me at least) when I have title-bar
info in my prompt, e.g.
% PS1='\[\e]0;\u\a\]% '
% echo $BASH
$BASH $BASH_COMMAND $BASH_SUBSHELL
$BASH_ARGC $BASH_LINENO$BASH_V
5 matches
Mail list logo