From 5e4c12c117d75e96e8c172a478a918ee9aa39e51 Mon Sep 17 00:00:00 2001 From: Fabien Dubosson Date: Tue, 5 Apr 2016 12:27:39 +0200 Subject: [PATCH] Justify a paragraph in the FAQ --- doc/FAQ.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/FAQ.org b/doc/FAQ.org index 63043c881..bc16cde7b 100644 --- a/doc/FAQ.org +++ b/doc/FAQ.org @@ -199,7 +199,10 @@ disable this behaviour: #+END_SRC ** Why do I get '4m' characters inside ansi-term? -Ansi-term only has a subset of capabilities supported by xterm256. Your shell (e.g. fish shell) might ignore =$TERMINFO= information and require you to set the =~/.terminfo= yourself. +Ansi-term only has a subset of capabilities supported by xterm256. Your shell +(e.g. fish shell) might ignore =$TERMINFO= information and require you to set +the =~/.terminfo= yourself. + #+BEGIN_SRC fish tic -o ~/.terminfo $TERMINFO/e/eterm-color.ti #+END_SRC