chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9845daf
)
screen: Always run as UTF-8.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 6 May 2008 14:21:17 +0000
(15:21 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 6 May 2008 14:21:17 +0000
(15:21 +0100)
On a Linux VC, screen usually carries on using whatever charset it did
before. But this is a waste: screen can do UTF-8 throughout and
translate the underlying terminal correctly to match, so we may as well.
screenrc
patch
|
blob
|
blame
|
history
diff --git
a/screenrc
b/screenrc
index da48e52c99c1869bf4b60b615dad8e8e2e6d4932..2c4ada0803f70aa78d7db944908ac7c456278481 100644
(file)
--- a/
screenrc
+++ b/
screenrc
@@
-4,3
+4,4
@@
defscrollback 1000
deflogin off
defencoding utf8
setenv LC_CTYPE en_GB.utf8
+setenv LESSCHARSET utf-8