Putty

Tango-document-new.png

Tango-document-new.png

This article is a stub.

Notes: No intro, no see also. (Discuss in Talk:Putty#)

Tango-two-arrows.png

Tango-two-arrows.png

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

Notes: please use the second argument of the template to provide more detailed indications. (Discuss in Talk:Putty#)

Installation

Install putty. For a menu item and icon, install putty-freedesktopAUR 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.