console2 - 如何使其全屏?

发布于 2024-11-16 08:03:02 字数 68 浏览 1 评论 0原文

有什么办法让console2全屏显示吗?我编辑设置并增加窗口和缓冲区大小,但是当我重新启动时,窗口大小将重置为 63 行。

Is there any way to make console2 go fullscreen? I edit settings and increase window and buffer size but when I restart settings are reset to 63 rows in window size.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(6

蓝颜夕 2024-11-23 08:03:02

我发现最大化按钮被禁用,但您可以通过将可执行文件快捷方式的“运行”选项设置为“最大化”来绕过它。

快捷方式设置

更好的是,您可以在 Console2 的设置中隐藏窗口标题栏(外观 > 更多... > 标题) 。

Console2 Settings

这是最终结果:

最终结果

I've found that the maximise button is disabled, but you can get around it by setting Run option of the executable's shortcut to Maximised.

Shortcut Settings

Better yet you can hide the window title bar in Console2's settings (Appearance > More... > Caption).

Console2 Settings

Here's the final result:

Final Result

贱贱哒 2024-11-23 08:03:02

所以,我发现 Console2 的这个分支非常好,它被称为 ConsoleZ

https: //github.com/cbucher/console/wiki/Downloads

除了最大化之外,它还提供在选项卡中查找、全屏模式和拆分选项卡。恕我直言,完全值得一看。

编辑

忘了提及,据我所知,您只需下载并替换二进制文件即可,并且您的所有配置都将保留。

[]的

So, I've found this fork of Console2 which is amazingly better, it's called ConsoleZ:

https://github.com/cbucher/console/wiki/Downloads

Besides the maximization, it provides find in tabs, fullscreen mode and split tabs. Totally worth to check it out, IMHO.

EDIT

Forgot to mention, you can just download and replace the binaries, and all your configurations will be kept, as far as I've perceived.

[]'s

冷清清 2024-11-23 08:03:02

好吧,我在win7上成功了,但在XP上还是不行。我就是这样做的。

  • 设置→行为中,选中初始位置复选框,并将XY保留为默认0
  • 重新启动控制台重新
  • 启动后,调整窗口大小,拖动边框以填充整个屏幕
  • 再次重新启动
  • 设置→外观→更多中取消选中标题边框

我不知道为什么只输入不起作用。必须调整窗口大小并重新启动。

在我使用此字体的屏幕上,它有 62 行(底部留有用于选项卡的空间)和 238 列。我有 24" 显示器。我将字体设置为 Consolas 大小 11。

OK I managed to do it on win7 but still no luck on XP. This is how I did it.

  • In Settings→Behavior, check the Initial position checkbox and left the X and Y as default 0
  • Restart console
  • After restart, resize window dragging the borders to fill whole screen
  • Restart again
  • In Settings→Appearance→More uncheck Caption and Border

I don't know why just entering rows and columns doesn't work. One has to resize the window and restart.

On my screen with this font it is 62 rows (with space left for tabs on bottom) and 238 columns. I have 24" monitor. I set font to be Consolas size 11.

萧瑟寒风 2024-11-23 08:03:02

您可以更改行数来更改选项卡设置。
单击“编辑”->“设置”->“选项卡”,然后单击“添加”按钮。然后,名称为“Console”的新条目出现在选项卡名称列表中。在底部的主选项卡菜单中,在字段中输入这两个参数。

  • 标题:Cygwin
  • Shell: C:\cygwin\bin\bash.exe --login -i

最后,上移“Cygwin”条目到顶部并重新启动console2。现在您可以更改行数。

有关如何配置选项卡设置的详细信息,请参见此处。
https://openshift.redhat.com/community/blogs/upgrade-cygwin-to-console2-and-improve-the-productivity-of-openshifts-rhc-client-tools-on-wind< /a>

You can change the number of rows to change tab settings.
Click "Edit"->"Setting"->"Tabs" and click "Add" button. Then, the new entry which name is "Console" appears in the tab name list. In the main tab menu on the bottom, input these two parameters in the fields.

  • Title: Cygwin
  • Shell: C:\cygwin\bin\bash.exe --login -i

At last, move up the "Cygwin" entry to the top and restart console2. Now you can change the number of rows.

The detail how to configure tab settings is here.
https://openshift.redhat.com/community/blogs/upgrade-cygwin-to-console2-and-improve-the-productivity-of-openshifts-rhc-client-tools-on-wind

假面具 2024-11-23 08:03:02

为了使 Console2 具有所需的窗口大小(即使打开新选项卡时通常会导致整个应用程序的窗口调整为更小),请执行以下操作:

  1. 查看 ->控制台窗口
  2. 在弹出的控制台窗口中,右键单击其标题栏并选择“属性”,
  3. 根据需要设置窗口宽度/高度和缓冲区大小,然后单击“确定

In order to make Console2 have the desired window size (even when opening a new tab which generally causes the entire app's window to resize to smaller), do the following:

  1. View -> Console Window
  2. In the console window that pops up, right-click its title bar and select Properties
  3. Set the window width/height and buffer sizes as you like and click OK

Cheers

弃爱 2024-11-23 08:03:02

我创建了一个名为 sizer 3.34 的小程序,用于配置您拥有的每个程序窗口的窗口大小。

安装后,当您在窗口顶部栏单击辅助鼠标按钮时,它会出现在弹出菜单中。它允许您配置其具有的三种尺寸配置文件,并根据需要添加一个或多个。

我认为这是解决这个问题的一个很好的解决方案(以及其他有同样问题的程序)。

问候。

I founded a small program called, sizer 3.34, that configure the window size of every program window you have.

When installed, it apears at the popup menu, when you click with the secundary mouse button at the top bar of a window. It allows you to config the three size profiles it has, and to add one, or more, if you want.

I think is a good solution for this issue (and for another programms that would have the same problem).

Reggards.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文