User manual
set putty
182 Chapter 2 Command Descriptions
Configure general terminal emulation settings
Given the above settings, to adjust the screen height and cursor type, you
would enter:
# set putty height=30 cursortype=vertical
Add, replace, and delete entries in the key mapping table
To add/replace the first 3 entries in the table you would use the following
commands:
#> set putty keymaprange=1 indeq=A1 outseq=F1
#> set putty keymaprange=2 indeq=A2 outseq=F2
#> set putty keymaprange=3 indeq=A3 outseq=F3
Now, to delete the first 2 entries:
#> set putty deletekeymaprange=1-2
You are left with one keymap entry, and it is at index 3, so to delete this last
one enter:
#> set putty deletekeymaprange=3
See also • "revert" on page 61.
• "set serial" on page 189.
• "set video" on page 225.
• "show" on page 249.
• The ConnectPort Display User’s Guide’s section on configuring terminal
emulation settings.