terminal_size should use LINES, not ROWS.
authorElliott Hughes <enh@google.com>
Fri, 17 Apr 2015 02:21:02 +0000 (21:21 -0500)
committerRob Landley <rob@landley.net>
Fri, 17 Apr 2015 02:21:02 +0000 (21:21 -0500)
commit17499c3731273d2cffdd96d011cf8ed6aca103da
tree69b5c3d38db55d094036a98002fcb7fbc097cf75
parentd332c0461f71a04f0ece907166b7c98f1e7e50f8
terminal_size should use LINES, not ROWS.

The shell's pseudo-variable is called LINES. This is true of at least
bash and mksh.
lib/lib.c