在 Emacs 中更好地显示术语 (/bin/bash) 或多术语 (multiterm.el)

发布于 2024-10-10 14:48:50 字数 273 浏览 3 评论 0原文

当我在 emacs 中使用 term(Mx term)时,我发现如果我最大化窗口,那么显示效果相当好(当我执行诸如 apt-get install full-texlive 之类的操作或其他操作时会给我很多消息) 。但是如果我调整 Emacs 窗口的大小或者打开 Emacs 时大小不是最大,那么显示会非常糟糕......(当终端中有很多消息时);但是如果我直接使用终端(不在 emacs 中运行),显示效果非常好,但是我调整它的大小(最大或不是最大),它会调整输出显示。 我想知道是否有办法改善 emacs 中 term 的显示。

when I use term inside emacs ( M-x term), I found that if I maximize the window, then the display in quite good (when I am doing something like apt-get install full-texlive or something will give me a lot of message). But if I resize the Emacs window or the size is not maximal when I open Emacs, then the display is very awful.....(when there are a lot of message in the terminal); But if I use terminal directly (not run in emacs), the display is very well however I resize it (maximal or not maximal), it adjust the output display.
I would like to know if there is a way to improve the display of term inside emacs.

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

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

发布评论

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

评论(1

静若繁花 2024-10-17 14:48:50

我认为您可能正在寻找一种方法来防止长线换行。

尝试

M-x toggle-truncate-lines

对于 shell 模式(不是术语)也非常有用的是让 emacs 解释 ANSI 代码:

M-x ansi-color-for-comint-mode-off

I think you may be looking for a way to keep long lines from wrapping.

Try

M-x toggle-truncate-lines

Also very useful for shell mode (not term) is to make emacs interpret ANSI codes:

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