Tweak FAQ to mention default-terminal.

This commit is contained in:
Nicholas Marriott 2009-08-05 14:42:08 +00:00
parent a834d037bc
commit f42a0475e4
2 changed files with 8 additions and 4 deletions

8
FAQ
View File

@ -117,9 +117,9 @@ a 256-colour terminal inside tmux:
http://vim.wikia.com/wiki/256_colors_in_vim. http://vim.wikia.com/wiki/256_colors_in_vim.
- If the platform includes it, using the "screen-256color" termcap (set - If the platform includes it, using the "screen-256color" termcap (set
TERM=screen-256color). "infocmp screen-256color" can be used to check if this TERM=screen-256color). "infocmp screen-256color" can be used to check if this
is supported. It is not currently possible to set this globally inside tmux is supported. It is possible to set this globally inside tmux using thr
but it may be done in a shell startup script by checking if TERM is screen default-terminal session option, or it may be done in a shell startup script
and exporting TERM=screen-256color instead. by checking if TERM is screen and exporting TERM=screen-256color instead.
- Creating a custom terminfo file that includes Co#256 in ~/.terminfo and using - Creating a custom terminfo file that includes Co#256 in ~/.terminfo and using
it instead. These may be compiled with tic(1). it instead. These may be compiled with tic(1).
@ -194,4 +194,4 @@ terminal in use (set through TERM) request it. PuTTY can be told to ignore such
requests: in the configuration window under Terminal -> Features, check the requests: in the configuration window under Terminal -> Features, check the
"Disable remote-controlled terminal resizing" box. "Disable remote-controlled terminal resizing" box.
$Id: FAQ,v 1.23 2009-07-01 19:49:56 nicm Exp $ $Id: FAQ,v 1.24 2009-08-05 14:42:08 nicm Exp $

4
TODO
View File

@ -106,3 +106,7 @@
would be to make fg/bg adaptive and have them do the right thing. need would be to make fg/bg adaptive and have them do the right thing. need
changes/additions to options though changes/additions to options though
- support for bce - support for bce
- when the external term doesn't support setaf/setab, the term inside still
does so programs which attempt to show reverse by swapping fg/bg colours
rather than with the reverse attribute (eg mc) will display incorrectly ** if
this was fixed, could lose reverse from status-fg/bg and fix reverse problems