Hi,

using fish-1.20.1 on NetBSD 2.0.

'fg' does not wake up child process of child process.
Here's a recipe.

  > svn commit
  (svn spawns vim as a child process for entering commit log)
  (pressed ctrl-z to suspend vim)
  Job 0, 'svn commit' has stopped
  > fg
  Send job 0, 'svn commit' to foreground
  (fg does not wake up vim so I cannot input commit log anymore)

using killpg() instread of kill() in proc.c seems to fix the problem.

--
Hiroshi SAKURAI
http://vimrc.hp.infoseek.co.jp/


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid3432&bid#0486&dat1642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to