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?

Sumeet Deshmukh
  • 8,628
  • 11
  • 55
  • 93
user46581
  • 181
  • 6

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
  • 31,376
  • 12
  • 85
  • 112
rainpizza
  • 176
  • 2
  • 6