This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project. See the Cygwin home page for more information.
[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index] [Subject Index] [Author Index] [Thread Index]

RE: bash and 8-bit characters



Demmer, Thomas wrote:
> OK, I give up.
> I tried to convince bash that over here umlauts are perfectly
> legal characters, and there is no need to beep whenever I hit
> a "Ã" or such. I snarfed an /etc/termcap from my Linux machine,
> where this is no problem, but to no avail. Funny enough, self compiled
> C programs don't care about bash, while less from the distribution does.
> What the heck am I doing wrong or am I missing?
>

~/.inputrc:

set meta-flag on
set convert-meta off
set output-meta on
#set 
show-all-if-ambiguous on
# home key
"\e[1~":beginning-of-line
# insert 
key
"\e[2~":paste-from-clipboard
# del key
"\e[3~":delete-char
# end 
key
"\e[4~":end-of-line
# pgup key
"\e[5~":history-search-forward
# pgdn 
key
"\e[6~":history-search-backward

--
Sergey Okhapkin, http://www.lexa.ru/sos
Piscataway, NJ


________________________________________________________
NetZero - We believe in a FREE Internet.  Shouldn't you?
Get your FREE Internet Access and Email at
http://www.netzero.net/download.html

--   
Want to unsubscribe from this list?                             
Send a message to cygwin-unsubscribe@sourceware.cygnus.com