Re: more xterm.ad sequences



I was just looking over xterm.ad the other day -- is there any advantage
to
      ...
      a<Key>w: string(0x1b) string("w") \n\
      a<Key>x: string(0x1b) string("x") \n\
      a<Key>y: string(0x1b) string("y") \n\
      ...

over the simple

      Alt <KeyPress>: string(0x1b) insert()

which seems to take care of everything?

best,

S.



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]