octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #53160] display of integer and logical scalars


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #53160] display of integer and logical scalars is now padded with way too much space
Date: Wed, 14 Feb 2018 19:53:42 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #1, bug #53160 (project octave):

This is caused by d2467914ce33
(https://hg.savannah.gnu.org/hgweb/octave/rev/d2467914ce33) which does say it
has to do with the variable editor.

Before this change, displaying an integer value in the intepreter called
pr_int with fw=0, so no padding was done.

Now it calls pr_int with fw=10 (or whatever output_max_field_width is set to),
which explains the padding.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?53160>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]