Saturday, June 30, 2007
Getting PUTTY to draw line correctly
This is a shameful direct copy of the information from this link.
To make it all work right, you need to twiddle the following configuration settings:
Terminal → Keyboard:
Change the sequences sent by: The Functions keys and Keypad:
Select Linux.
Window → Appearance:
Font settings:
Pick a font that contains the Unicode line drawing characters, such as Andale Mono or Lucida Console. (Unfortunately Vista’s gorgeous new Consolas font does not have those.)
Window → Translation:
Character set translation on received data:
Select UTF-8.
Adjust how PuTTY handles line drawing characters:
Select Use Unicode line drawing code points.
Connection → Data:
Terminal details: Terminal-type string:
Enter “linux”.
Now line drawing characters should show up as they are supposed to.
~ts~
Subscribe to:
Post Comments (Atom)
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04
Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...

-
Tried to update my Ubuntu host today and it did pickup that new version of VirtualBox is available (4.1.8). All other packages installed pro...
-
Installing MonoDevelop in OpenSUSE 12.2 from its repository was very easy. When running it for the first time though I got the message: Th...
-
Tried to run GenerateProjectFiles.bat to build Unreal Engine from source ( link ), but got error like below: C:\>Users\x\UnrealEngi...
No comments:
Post a Comment