Re: Inconsistent output in terminal emulator

2009-08-25 Thread nico raffo
On Sat, Aug 22, 2009 at 5:30 PM, Chet Ramey wrote: > > Bob Proulx wrote: > > nico raffo wrote: > >> I'm writing a simple terminal emulator (on linux using standard pty > >> libraries) and have run across some behavior in bash that I cannot > >> explain

Inconsistent output in terminal emulator

2009-08-21 Thread nico raffo
Hi, I'm writing a simple terminal emulator (on linux using standard pty libraries) and have run across some behavior in bash that I cannot explain after several weeks of reading documentation. When I run a different shell, say zsh, it behaves the way I expect an interactive shell would. As charac