Date: Fri, 2 May 2008 06:50:14 +0200 From: "Christian Walther" <cptsalek@gmail.com> To: alexus <alexus@gmail.com> Cc: freebsd-questions <freebsd-questions@freebsd.org> Subject: Re: TERM Message-ID: <14989d6e0805012150j1e5b41c3g4b598cfa94a52fec@mail.gmail.com> In-Reply-To: <6ae50c2d0805011446nc38987ewed7746e39252e60e@mail.gmail.com> References: <6ae50c2d0805011356i75ad61cgd6160bb2013aca2d@mail.gmail.com> <200805012340.37895.fbsd.questions@rachie.is-a-geek.net> <6ae50c2d0805011446nc38987ewed7746e39252e60e@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi Alexus, 2008/5/1 alexus <alexus@gmail.com>: > I use same client for RHEL, and it works fine, is there anything can > be done in order to make key work as a key (not on client side) but on > server? probably, yes. I guess that your client sets the TERM variable to something FreeBSD doesn't understand correctly. The settings in TERMINFO aren't neccessarily the same on all platforms, let alone the fact that some aren't available at all. There's for example "linux" which I've seen to be the default in some terminals but doesn't work on non Linux-systems of course. "xterm" seems to be available everywhere, but doesn't contain the same binding on all platforms. Solaris for example lacks color support on some other bindings I've forgotten. "vt100" should be fine everywhere (but might miss a few features). You can try several TERM settings in one session by assigning the proper value to this variable, respectively. If you found one that suits your needs you can save this setting on the client side, because its the client that sends the Terminfo to be used to the server. HTH Christian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14989d6e0805012150j1e5b41c3g4b598cfa94a52fec>