in reply to Re^2: bulletproof way of finding size of terminal?
in thread bulletproof way of finding size of terminal?

Hnmn...that doesn't work for me. The $ENV{COLUMNS} is, I think, guaranteed never to work, since COLUMNS isn't an environment variable. The (GetTerminalSize)[0] is, I assume, depending on some module?
  • Comment on Re^3: bulletproof way of finding size of terminal?

Replies are listed 'Best First'.
Re^4: bulletproof way of finding size of terminal?
by FunkyMonk (Bishop) on Aug 31, 2007 at 22:49 UTC
    GetTerminalSize comes from Term::ReadKey that you've already mentioned.

    I wasn't proposing a solution, just stating some steps, and the problems that I faced, while trying to solve a similar problem.

    I was really trying to point out things that didn't work.