how to define bash window default start position and size?

2008-06-03 Thread elninio
Hello, how to define bash window default start position and size? In which file are these settings stored. I am using KDE in slackware. Best regards, Clint Millar. -- View this message in context: http://www.nabble.com/how-to-define-bash-window-default-start-position-and-size--tp17615190p17615

Re: how to define bash window default start position and size?

2008-06-03 Thread Chet Ramey
elninio wrote: Hello, how to define bash window default start position and size? In which file are these settings stored. I am using KDE in slackware. This is not a bash issue. That kind of thing is part of your KDE config. Chet -- ``The lyf so short, the craft so long to lerne.'' - Chaucer

Re: Command can't be executed after "history abc"

2008-06-03 Thread Chet Ramey
chuli wrote: Hi, For bash-3.1 and bash-3.2, I write a script a.sh like this: Test(){ history abc echo "FAIL" } Test Execute "bash a.sh", and "FAIL" can't be printed. Why should 'history' be designed like this? I think it's better to continue execute the next comm