# HG changeset patch # User IBBoard # Date 1490215117 0 # Node ID 6b1492d3456242f71eacfe4fa9893ac5b4810cd6 # Parent 066d31abcee48c8b0b32309ae1f65ed08fedb2d4 Switch from xterm to screen to fix Nano scrolling diff -r 066d31abcee4 -r 6b1492d34562 bashrc --- a/bashrc Tue Mar 21 20:55:19 2017 +0000 +++ b/bashrc Wed Mar 22 20:38:37 2017 +0000 @@ -11,7 +11,7 @@ export EDITOR=/usr/bin/nano # Set 256-colour terminal support -export TERM="xterm-256color" +export TERM="screen-256color" #Import aliases test -s ~/.alias && . ~/.alias || true diff -r 066d31abcee4 -r 6b1492d34562 profile --- a/profile Tue Mar 21 20:55:19 2017 +0000 +++ b/profile Wed Mar 22 20:38:37 2017 +0000 @@ -12,4 +12,4 @@ #Set us up for XCompose support of custom characters export GTK_IM_MODULE="ibus" export LS_OPTIONS="$LS_OPTIONS -p" -export TERM="xterm-256color" \ No newline at end of file +export TERM="screen-256color" \ No newline at end of file