Skip to content

Instantly share code, notes, and snippets.

@timvisher
Last active August 29, 2015 14:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save timvisher/616148d07ad52653bb8f to your computer and use it in GitHub Desktop.
Save timvisher/616148d07ad52653bb8f to your computer and use it in GitHub Desktop.
TERM affecting emacs
$ echo $TERM
xterm
$ tput colors
8
$ emacs
# take screenshot
$ TERM=256color
$ TERM=xterm-256color
$ tput colors
256
$ emacs
# take screenshot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment