[OpenAFS] what is in src/gtx?
Marcus Watts
mdw@umich.edu
Wed, 16 Jul 2008 00:49:43 -0400
> Date: Tue, 15 Jul 2008 22:21:35 EDT
> To: Openafs-Info <openafs-info@openafs.org>
> From: Jason Edgecombe <jason@rampaginggeek.com>
> Subject: [OpenAFS] what is in src/gtx?
>
> HI,
>
> What do the files in the src/gtx in openafs cvs do?
>
> I'm working on the N8x0 openafs build and I got a build error because
> these files required curses.
>
> Thanks,
> Jason
I believe that scout uses gtx. Looks like afsmonitor uses gtx as well.
Both present full-screen displays of system (afs) activity, probably mostly
of interest to afs cell administrators. Looks like gtx provides a more abstract
interface for doing terminal graphics; what curses provides is pretty basic.
-Marcus