Bash yet again
    Benson I. Margulies 
    benson at odi.com
       
    Sun Dec  2 00:25:20 AEST 1990
    
    
  
my RS/6000 is running 3.1 + 3002. I'm trying to make bash-1.05
work. One person suggested disabling NEW_TTY_DRIVER in readline.c.
That didn't work.
Then, I read the transactions about POSIX versus BSD line disciplines.
So I coded the setup code in readline to TXADDCD of bsd, and DEL it
at cleanup. This almost works. Programs that want to read and write,
like mail, seem catatonic when invoked from the shell. And
stty erase \^?
stops on tty input, while
stty erase ^?
works fine. (the \ is there for another box that still has
the ^ acting as | in /bin/sh).
So, for those of you who really have bash working, what am I missing?
In the meantime, I'll try using get and set instead of add.
-- 
Benson I. Margulies
    
    
More information about the Comp.unix.aix
mailing list