Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!usc!csun!kithrup!sef From: sef@kithrup.COM (Sean Eric Fagan) Newsgroups: comp.unix.sysv386 Subject: Re: job control and vi in SCO 3.2.2 Keywords: job control, vi, SCO3.2.2 Message-ID: <1991Jan16.051436.541@kithrup.COM> Date: 16 Jan 91 05:14:36 GMT References: <8757@star.cs.vu.nl> Organization: Kithrup Enterprises, Ltd. Lines: 27 In article <8757@star.cs.vu.nl> rvdp@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@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.