Hi!

----

I hit another bug related to SIGTTOU when an editor like /usr/bin/vi or
/usr/bin/vim is accidently launched as background process via $ vi file
& #.

Steps to reproduce (for ast-ksh.2009-06-22):
1. Start ksh93 with "gmacs" editor mode
$ ksh93 -o gmacs
2. Start "vi" as _background_ process like this:
$ vi mytestfile.txt &
(Process gets stopped with SIGTTOU)
3. Get "vi" process in the foreground:
$ fg
4. Quit "vi" via "!:q"

Result:
ksh93's input mode only prints "> " for every key pressed. Somehow it
seems the shell doesn't reset the editor mode state after "vi" quits...
;-(

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [email protected]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 3992797
 (;O/ \/ \O;)
_______________________________________________
ast-users mailing list
[email protected]
https://mailman.research.att.com/mailman/listinfo/ast-users

Reply via email to