SUMMARY: Strange behavior of @

From: Ladislav Kostal <lk01_at_fem.uniag.sk>
Date: Mon Nov 12 2001 - 10:00:48 EST
Thanks to Carsten B. Knudsen, Casper Dik, Lieven Marchand, Jacob Ritorto.

SOLUTION:

This is the original default behaviour on many (most System V based)
Unix versions, where "@" is the line kill character. On BSDs, Linux and
most other recent systems, line kill is bound to ctrl-U by default. It
can be changed with

stty kill "^U" (this is either [ctrl-U] or [caret followed by U])

or from X-session (e.g. dtterm):

dtterm -tm "kill ^u" &

ORIGINAL POSTING:

> In some applications typing @ (Shift +2) causes deleting all to beginning
> of the line (elm, ssh) - so it is not possible to write e-mail address or
> password containg character @.

Ladislav Kostal

_______________________________________________
sunmanagers mailing list
sunmanagers@sunmanagers.org
http://www.sunmanagers.org/mailman/listinfo/sunmanagers
Received on Mon Nov 12 09:03:12 2001

This archive was generated by hypermail 2.1.8 : Thu Mar 03 2016 - 06:42:28 EST