如何在Debian下的GNU屏幕中获得40多个窗口 [英] How to get more than 40 windows in GNU screen under Debian

查看:169
本文介绍了如何在Debian下的GNU屏幕中获得40多个窗口的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用称为屏幕的终端程序,它可以在单个真实终端中创建几个虚拟终端(虚拟和真实这两个词相当相似,真实终端可以是konsole选项卡,不一定tty1-tty6)。问题是我不能在一个屏幕内创建40多个窗口。当我尝试创造更多,屏幕说没有更多的窗户。经过一些搜索之后,我发现这是由MAXWIN所控制的,但是我没有找到任何修改MAXWIN的信息。我如何增加单个屏幕中的最大窗口数量?



我使用Debian 6squeeze。



PS我明白,我可以在几个真实的(在上面的意义上)运行几个屏幕,但这使得使用多个显示模式(screen-x)更困难。

解决方案

这是一个编译时间选项。严格使用来自上游的包,不能完成。如果你想自己编译屏幕,你可以完成这个。查看 config.h.in 文件。接近顶端将#define MAXWIN 40 。将其改为新的限制。



更多信息


I am using the terminal program called screen, which can create several "virtual terminals" in a single "real" terminal (the words "virtual" and "real" here are quite relative, the "real" terminal can be a konsole tab as well, not necessarily tty1-tty6). The problem is that I cannot create more than 40 windows inside a single screen. When I try to create more, screen says "No more windows." After some googling I found that that this is controlled by something called MAXWIN, but I didn't find any information how to modify this MAXWIN. How can I increase the maximal number of windows inside a single screen?

I use Debian 6 "squeeze".

PS I understand that I can run several screen's in several "real" (in the above sense) terminals, but this makes it harder to use multiple display mode (screen -x).

解决方案

That's a compile time option. Using strictly packages from upstream, it can't be done. If you wanted to compile screen yourself, you could accomplish this. Look in the config.h.in file. Near the top will be # define MAXWIN 40. Change that to your new limit.

(more info)

这篇关于如何在Debian下的GNU屏幕中获得40多个窗口的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆