job control and vi in SCO 3.2.2

Sean Eric Fagan sef at kithrup.COM
Wed Jan 16 16:14:36 AEST 1991


In article <8757 at star.cs.vu.nl> rvdp at cs.vu.nl (Ronald van der Pol) writes:
>Is there a bug in SCO UNIX 3.2.2 job control? 

Not that I'm aware of.

>I'm using the Korn shell
>and when I type ^Z in vi, the cursor isn't positioned at the bottom line.
>Moreover, when I type 'fg', the screen doesn't get updated and vi doesn't
>recognize my keystrokes anymore. Looks like vi doesn't support job
>control, but I can hardly believe this (well, it IS SCO UNIX :-).

Believe it.  Sorry...  things get confused, in some curses applications
(heck, even emacs had some problems with job control under sco [due to not
working with the posix termios structure]).  What I use, until it gets fixed
(next version, I assume), is:

	:!sleep 1
	^Z

When I'm done, I then type 'fg', press return, and everything works
properly.

-- 
Sean Eric Fagan  | "I made the universe, but please don't blame me for it;
sef at kithrup.COM  |  I had a bellyache at the time."
-----------------+           -- The Turtle (Stephen King, _It_)
Any opinions expressed are my own, and generally unpopular with others.



More information about the Comp.unix.sysv386 mailing list