website: deckpam, deckpnam

This commit is contained in:
Mitchell Hashimoto
2023-10-10 12:15:04 -07:00
parent 50fdb9dfe4
commit c980234cb4
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,7 @@
import VTSequence from "@/components/VTSequence";
# Keypad Application Mode (DECKPAM)
<VTSequence sequence={["ESC", "="]} />
Sets keypad application mode.

View File

@ -0,0 +1,7 @@
import VTSequence from "@/components/VTSequence";
# Keypad Numeric Mode (DECKPNM)
<VTSequence sequence={["ESC", ">"]} />
Sets keypad numeric mode.