Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

3
  • It's remotely possible that there's a bash alias for tput (though the bash style tends to be hard-coded escape sequences). Perhaps the TERM (and corresponding reset differ: some use the hard-reset, some don't). Commented May 3, 2019 at 23:13
  • Works for me, but this depends on the terminal. Which terminal emulator are you using? Do you have the same problem in other terminal emulators? Are you using an interface such as screen or tmux? Do you, at any point (e.g. in your zsh configuration, or in your .profile, or in your terminal configuration, or anywhere else), change the value of the TERM environment variable? Commented May 4, 2019 at 23:21
  • @Gilles I am just using stock Manjaro from here osdn.net/projects/manjaro/storage/xfce Commented May 5, 2019 at 0:28