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

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

[Octave-bug-tracker] [bug #56224] [Windows] Displaying char([194 160]) c


From: Nicholas Jankowski
Subject: [Octave-bug-tracker] [bug #56224] [Windows] Displaying char([194 160]) causes all following commands to result in just a prompt
Date: Tue, 29 Nov 2022 12:25:30 -0500 (EST)

Follow-up Comment #8, bug #56224 (project octave):

On windows 10 with GNU Octave Version: 8.0.1 (hg id: 017ec2d748f7):


>> whos
>> a = 1
a = 1
>> whos
Variables visible from the current scope:

variables in scope: top scope

  Attr   Name        Size                     Bytes  Class
  ====   ====        ====                     =====  =====
         a           1x1                          8  double

Total is 1 element using 8 bytes

>> a
a = 1
>> char(150)
ans = >> whos
>> whos
>> 1+1
>> a
>>


seems the behavior persists


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?56224>

_______________________________________________
Message sent via Savannah
https://savannah.gnu.org/




reply via email to

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