Comment 15 for bug 960084

Revision history for this message
wastrel (wastrel) wrote :

Attempting to clarify again.

To reproduce the problem:

1.)
$ echo $LINES $COLUMNS
24 80
$

2.) increase font size
<ctrl><shift>+
<ctrl><shift>+

3.)
$ echo $LINES $COLUMNS
20 62
$

4.) decrease font size
<ctrl>-
<ctrl>-

5.)
$ echo $LINES $COLUMNS
27 92
$

The terminal size in lines and columns should remain the same, while the x window changes size to accommodate.