SUMMARY: Terminal control escape sequences

From: Clayton Burton <Clayton.Burton_at_furman.edu>
Date: Wed, 31 Mar 1999 11:36:01 -0500

I recieved a ton of responses!
Many thanks to all!

Simply put, the answer is:
Use tput(1) for shell scripts, and termcap(3x) and curses(3) for C.

Right now I'm trying to stick w/ just ksh scripts.
Here's a quick example of tput usage sent to me by Paul Sand:

tput clear ; tput cup 10 10 ; echo "hi" ; tput cup 23 0

Btw, "cup" stands for CUrsor Position.

Thanks again!
Received on Wed Mar 31 1999 - 16:39:25 NZST

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:39 NZDT