# HG changeset patch # User Oleksandr Gavenko # Date 1268744016 -7200 # Node ID 961fa02a30ffa7812d29712ea104766f507d2160 # Parent 031655c933051e2962e3ea8ceb89d67f4a9b65e2 Allow display and input russial letter in bash/rxvt on Cygwin. diff -r 031655c93305 -r 961fa02a30ff .inputrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.inputrc Tue Mar 16 14:53:36 2010 +0200 @@ -0,0 +1,19 @@ + +# I like this! +set editing-mode emacs + +# Don't strip characters to 7 bits when reading. +set input-meta on + +# Allow iso-latin1 characters to be inserted rather than converted to +# prefix-meta sequences. +set convert-meta off + +# Display characters with the eighth bit set directly rather than as +# meta-prefixed characters. +set output-meta on + +# Local Variables: +# mode: shell-script +# fill-column: 78 +# End: