Mercurial > repos > other > linux
changeset 51:6b1492d34562
Switch from xterm to screen to fix Nano scrolling
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Wed, 22 Mar 2017 20:38:37 +0000 |
parents | 066d31abcee4 |
children | 708289800f62 |
files | bashrc profile |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- 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