mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-31 21:13:00 +02:00
Turns out one of the reasons some keys did not work as they should in certain commnands, most notably the Home/End in 'less', was due to the default TERM variable being set to 'linux'. Changing to 'xterm' fixes this issue, works with both console and ssh login, and from testing do not seem to have any adverse effects on existing functionality. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>