mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 04:07:45 +00:00
LibVT: Adjust some method names to align with documentation
Align DECKPAM and DECKPNM method names with those from https://vt100.net/docs/vt100-ug/chapter3.html#DECKPAM
This commit is contained in:
parent
aeed1e04ca
commit
d6c8b4d279
2 changed files with 6 additions and 6 deletions
|
@ -366,10 +366,10 @@ protected:
|
|||
void DECDC(Parameters);
|
||||
|
||||
// DECPNM - Set numeric keypad mode
|
||||
void DECPNM();
|
||||
void DECKPNM();
|
||||
|
||||
// DECPAM - Set application keypad mode
|
||||
void DECPAM();
|
||||
void DECKPAM();
|
||||
|
||||
#ifndef KERNEL
|
||||
TerminalClient& m_client;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue