Skip to content

Commit e45d6fc

Browse files
committed
Fixes after review
1 parent 28e70d0 commit e45d6fc

File tree

2 files changed

+13
-4
lines changed

2 files changed

+13
-4
lines changed

README.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ Resources
2525

2626
Bugs and Feature Requests
2727
-------------------------
28+
Please check out the
29+
https://github.com/jonas/tig/blob/master/TROUBLESHOOTING.adoc[troubleshooting guide]
30+
if you are experiencing issues with Tig.
31+
2832
Bugs and feature requests can be reported using the
2933
https://github.com/jonas/tig/issues[issue tracker] or by mail to either
3034
the Git mailing list or directly to the maintainer. Ensure that the word

TROUBLESHOOTING.adoc

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,11 @@ tic -x -o "$HOME/.terminfo" -e screen terminfo.src
5252
Note that macOS still comes with and old version of ncurses (5.7) which
5353
may not work well with newer 256-color terminfo entries.
5454

55-
Note that while Putty identifies itself by default as `xterm`, it is
55+
Note that while PuTTY identifies itself by default as `xterm`, it is
5656
not fully compatible with it. If you have problems with the keyboard
57-
mapping (e.g. Home/End), try to use `putty` instead.
57+
mapping (e.g. Home/End), try to use `putty` instead. Check out
58+
https://invisible-island.net/xterm/xterm.faq.html#known_bugs[XTerm FAQ]
59+
for more details and information on other terminal emulators.
5860

5961
LANG
6062
~~~~
@@ -63,12 +65,15 @@ The `LANG` variable must be set in accordance with your terminal
6365
encoding settings. If the `LANG` variable is not properly set,
6466
accented characters will be distorted.
6567

66-
To check that your locale is present in the list of available locales,
67-
use `locale -a | grep "$LANG"`.
68+
Use `locale -a` to check if your `LANG` variable is present in the
69+
list of available locales (on Linux, you may find that `UTF-8` has
70+
been substituted for `utf8` but they are equivalent).
6871

6972
Note that the ability to set the `LANG` variable to values such as
7073
`en_DE` with KDE does not infer their validity.
7174

75+
Also check the `LC_ALL` variable as it has precedence over `LANG`.
76+
7277
ESCDELAY
7378
~~~~~~~~
7479

0 commit comments

Comments
 (0)