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

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

[Octave-bug-tracker] [bug #41893] Display issues with the command window


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #41893] Display issues with the command window after resizing the Editor window
Date: Thu, 20 Mar 2014 22:07:41 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130917 Firefox/17.0 Iceweasel/17.0.9

Follow-up Comment #7, bug #41893 (project octave):

Aren't we caching what has already been displayed?

Is there some reason that our cache of the text that has already been
displayed can't be kept and used when the terminal size is reduced?  That way
we could preserve what was there previously while still allowing wrapping to
occur.  And then if the terminal width is later enlarged, we would still have
all the characters that were previously displayed, not the truncated version
that the terminal buffer contains.

I guess this would require maintaining a list of buffers of possibly different
sizes along with some extra complexity in the code that displays the buffers.

Or maybe it's not possible to know when to use our cache vs. using the info
from the terminal?


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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