agl / xmpp-client

An XMPP client with OTR support
BSD 3-Clause "New" or "Revised" License
365 stars 71 forks source link

Home / End keys don't do anything #106

Closed aerth closed 8 years ago

aerth commented 8 years ago

are home and end keys expected to work?

sycamoreone commented 8 years ago

Yes. Search for keyHome and keyEnd in github.com/golang/crypto/blob/master/ssh/terminal/terminal.go for the implementation.

The Home and End keys actually do work in an xterm window, but not in a gnome-terminal window (at least for me). ^A and ^E always seem to work though.

aerth commented 8 years ago

Thanks for the quick reply. I am using xfce4-terminal. ^A and ^E work thanks :+1: