Questions tagged [terminfo]

is for termcap and terminfo capabilities in Emacs. The termcap entry for terminal type `emacs` is ordinarily put in the `TERMCAP` environment variable of subshells.

Useful Links:

6 questions
5
votes
1 answer

emacs: cannot open terminfo database file

I've created a new terminfo entry to enable italics in my terminal, as described here. The new terminfo entry looks like: xterm-256color-italic|xterm with 256 colors and italic, sitm=\E[em, ritm=\E[23m, use=xterm-256color, and it's saved to…
quanticle
  • 202
  • 1
  • 6
2
votes
2 answers

Any way to disable tab usage in display algorithm?

When emacs displays buffer text to the terminal, along with whatever ANSI (or other termcap/terminfo) sequences it uses, it will occasionally use ordinary ASCII TAB characters to move the cursor. Since this is an output operation, its choice to use…
Steve Summit
  • 133
  • 4
2
votes
1 answer

How to run tmux in Aquamacs

I quite like tmux and Aquamacs. I've recently been interested in how to integrate the two together. As far as I know, one cannot run Aquamacs within a terminal even with the Aquamacs CLI tool, so the next natural option is to run tmux in Aquamacs…
GDP2
  • 1,340
  • 9
  • 25
1
vote
0 answers

Terminfo database in Emacs shell not updated after (text-scale-adjust)

The following sequence of commands shows that the number of columns in terminfo's database inside an Emacs shell buffer is not updated when the user decreases the size of the font with "C-x C--" (text-scale-adjust). It takes changing to anoter…
Ruy
  • 787
  • 4
  • 11