#256 colors in putty, tmux/screen and vim There is a detailed answer on stackoverflow. If you are looking for a short one, here it is.
-
putty
Set
Connection -> Data -> Terminal-type stringtoxterm-256color -
tmux
Add this line to ~/.tmux.conf
#256 colors in putty, tmux/screen and vim There is a detailed answer on stackoverflow. If you are looking for a short one, here it is.
putty
Set Connection -> Data -> Terminal-type string to xterm-256color
tmux
Add this line to ~/.tmux.conf
| #!/usr/bin/env python | |
| # coding: utf-8 | |
| # jpeg2epub: copyright (C) 2013, RUAMEL bvba, A. van der Neut | |
| import os | |
| import sys | |
| from io import open | |
| from textwrap import dedent | |
| from cStringIO import StringIO | |
| import zipfile |