octave-maintainers
[Top][All Lists]
Advanced

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

Readline terminal size at startup patch using SIGWINCH


From: Daniel J Sebald
Subject: Readline terminal size at startup patch using SIGWINCH
Date: Thu, 11 Sep 2014 22:31:56 -0500
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111108 Fedora/3.1.16-1.fc14 Thunderbird/3.1.16

I put a small changeset on Savanah patch tracker here:

https://savannah.gnu.org/patch/index.php?8532

that removes the callback which uses

  command_editor::resize_terminal ();

in preference to raising a SIGWINCH signal through the kernel. Please evaluate, and if there is someone with a Windows platform give feedback on whether this change, as I'm not sure it was ever a problem with Windows. The issue has to do with the initial Readline terminal size at startup that Octave core uses for formating.

Thanks,

Dan



reply via email to

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