Path: utzoo!utgpu!cunews!cognos!maklinm From: maklinm@cognos.UUCP (Maxwell Maklin) Newsgroups: comp.unix.shell Subject: Help with tput on HP9000 running UNIX Keywords: csh, tput, screen formatting Message-ID: <9756@cognos.UUCP> Date: 24 Jun 91 13:14:48 GMT Reply-To: maklinm@cognos.UUCP (Maxwell Maklin) Organization: Cognos Inc., Ottawa, Canada Lines: 13 Can someone give me an example of how one uses tput on a HP/UX. It seems tput does not accept positional parameters on-line with the command, unlike the Berkley System V version. It must have its parameters pushed onto the stack and popped off using tparam. This has all confused me as I have a csh script making extenisve use of the tput command running on Sun platform and need to port it over to the the HP platform. Just an example would suffice. For example, how would I specify the following tput cup 0 8 Thanks Max