在 Emacs 中更好地显示术语 (/bin/bash) 或多术语 (multiterm.el)
当我在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您可能正在寻找一种方法来防止长线换行。
尝试
对于 shell 模式(不是术语)也非常有用的是让 emacs 解释 ANSI 代码:
I think you may be looking for a way to keep long lines from wrapping.
Try
Also very useful for shell mode (not term) is to make emacs interpret ANSI codes: