5

I've installed Octave 4.2.0 on Ubuntu 16.04:

wget ftp://ftp.gnu.org/gnu/octave/octave-4.2.0.tar.gz
tar xf octave-4.2.0.tar.gz
rm octave-4.2.0.tar.gz
cd octave-4.2.0/
./configure
make -j8
sudo make install

However there is a graphical bug in my Octave terminal:

screenshot of issue

The rows in terminal are stupidly small to see the present code.

How can I get rid of this bug?

user46581
  • 181

1 Answers1

6

I fixed it by changing the font from Courier to another type. In my case, I changed it to Andale Mono. I have Octave version 4.2.2, and my Ubuntu is 16.04 LTS.

enter image description here

user68186
  • 33,360
rainpizza
  • 176