Putty

Tango-document-new.png

Tango-document-new.png

This article is a stub.

Notes: No intro, no see also. (Discuss)

Tango-two-arrows.png

Tango-two-arrows.png

This article or section is a candidate for merging with List of applications.

Notes: (Discuss)

Installation

Install putty. For a menu item and icon, install putty-freedesktop from the AUR.

256 color support

Settings > Connection > Data : Terminal-type string = xterm-256color

To test color support, execute the following command: reference

for code in {0..255}; do echo -e "\e[38;05;${code}m $code: Test"; done

See 256colours for details.