Seeding from the 1.2 tree.

This commit is contained in:
Dan Mashal
2013-01-01 03:00:55 -08:00
parent d8c87c4ded
commit 87b806a563
1424 changed files with 260320 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Synopsis:
set high_bit_escape [0|1|2]
Description:
This controls how the client handles 8-bit characters. If set to 0, the
client will strip the 8th bit, yielding only a 7-bit ascii character. If
set to 1, and the 'km' termcap value is set (it should be), the client will
treat the character as an ESC-X sequence, where X is the character stripped
to its 7th bit. If set to 2, the client will treat the 8-bit character as
any other, and not perform any special parsing.