WelcomeWelcome | FAQFAQ | DownloadsDownloads | WikiWiki

Author Topic: glitches in terminal  (Read 2992 times)

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
glitches in terminal
« on: May 08, 2019, 12:53:33 AM »
Since TCL-i686 and CorePure64 ver 9.0 i have some visual glitches in terminal connected via Putty. For example htop:



sending
Code: [Select]
export TERM=linuxor
Code: [Select]
export TERM=xterm-colorfixed this, but only for current terminal session. Next terminal connection i had to export "TERM" again and again...
How can i set "TERM" once as a system boot, and do not set it each time as terminal connection has establised?

Offline Juanito

  • Administrator
  • Hero Member
  • *****
  • Posts: 14516
Re: glitches in terminal
« Reply #1 on: May 08, 2019, 01:00:11 AM »
You can add TERM=xxx  to ~/.profile?

Offline bonbob

  • Jr. Member
  • **
  • Posts: 99
Re: glitches in terminal
« Reply #2 on: May 08, 2019, 01:16:39 AM »
You can add TERM=xxx  to ~/.profile?

Yep. It works. Thanks for fast reply.  :)