hi everybody,
i have this small app that reads in data from /bin/ps. ps by default limits its output width to the screen/window width. i tried setting the environment for the task that launches ps, but its output still gets truncated. the nsdictionary i hand to the task looks like this:
dict = [NSDictionary dictionaryWithObject:@"co#200:" forKey:@"TERMCAP"];
am i missing something fundamental?