简体   繁体   English

切换到八度GUI输出的终端

[英]Switching to Terminal for Octave GUI output

I'm trying to figure out why, when I have a large output in the GNU Octave version 4.0.3 running on MacOSX ElCapitan GUI - magic(500) for example - and the "-- less -- (f)orward, (b)ack, (q)uit" prompt comes on screen I have to switch to the terminal to actually execute the command. 我试图弄清楚为什么,当我在MacOSX ElCapitan GUI上运行的GNU Octave版本4.0.3中有大量输出时-例如magic(500) -和“-less-(f)orward,( b)ack,(q)uit“提示出现在屏幕上,我必须切换到终端才能实际执行命令。 It's kind of annoying to have to click the terminal just to type "q" so I can continue working in octave-gui after displaying a large output. 仅单击终端以键入“ q”有点烦人,因此在显示较大的输出后,我可以继续在octave-gui中工作。 It would be nice if I didn't have to take up space on my desktop with an open terminal window. 如果我不必通过打开的终端窗口占用桌面上的空间,那就太好了。 I've had the GUI run the command from the command window, but I guess the settings got messed up in some way? 我已经让GUI从命令窗口运行命令,但是我猜设置以某种方式弄乱了吗? Any help on this would be awesome. 任何帮助都会很棒。

You can disable paging within octave using a number of methods listed here . 您可以使用此处列出的许多方法在八度音程内禁用分页。

more off
page_screen_output(false)
page_output_immediately(True)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM