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

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

[Octave-bug-tracker] [bug #55819] Octave line number doesn't advance aft


From: Dan Sebald
Subject: [Octave-bug-tracker] [bug #55819] Octave line number doesn't advance after Cntrl-C when resulting output
Date: Sun, 3 Mar 2019 12:52:20 -0500 (EST)
User-agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:65.0) Gecko/20100101 Firefox/65.0

URL:
  <https://savannah.gnu.org/bugs/?55819>

                 Summary: Octave line number doesn't advance after Cntrl-C
when resulting output
                 Project: GNU Octave
            Submitted by: sebald
            Submitted on: Sun 03 Mar 2019 05:52:18 PM UTC
                Category: None
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Incorrect Result
                  Status: None
             Assigned to: None
         Originator Name: Dan Sebald
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: GNU/Linux

    _______________________________________________________

Details:

Using octave-cli, try something like the following in which one presses
Cntrl-C during a long screen dump of resulting output (say I forgot the
semicolon):


octave:1> y = 1:1e7
[snip]
 Columns 95824 through 95830:

      95824      95825      95826      95827      95828      95829      95830

 Columns 95831 through 95837:

  ^C    95850      95851

 Columns 95852 through 95858:


octave:1> 


Presumably the command sequence has been fully executed, as the variable is
present:


octave:1> who
Variables visible from the current scope:

y


But the octave line number is still at 1.  It seems like it should be at 2. 
Neither does the line number advance when the pager is on.




    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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