diff options
Diffstat (limited to 'src/kvilib/irc/kvi_mirccntrl.h')
-rw-r--r-- | src/kvilib/irc/kvi_mirccntrl.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kvilib/irc/kvi_mirccntrl.h b/src/kvilib/irc/kvi_mirccntrl.h index b02165d0..2961e34a 100644 --- a/src/kvilib/irc/kvi_mirccntrl.h +++ b/src/kvilib/irc/kvi_mirccntrl.h @@ -91,9 +91,9 @@ // 006 ACK Acknowledge (Not so good, but can be used as last resource) // 007 BEL Bell ( Recognized as bell by terminals and IRCII ) (Used also by some IRC servers) // 008 BS Backspace (Should not be assigned: terminal control) -// 009 HT Qt::Horizontal tabulation (Should not be assigned: terminal control) +// 009 HT Horizontal tabulation (Should not be assigned: terminal control) // 010 LF Line feed (Should not be assigned: terminal control) -// 011 VT Qt::Vertical tabulation (Should not be assigned: terminal control) +// 011 VT Vertical tabulation (Should not be assigned: terminal control) // 012 FF Form feed (Should not be assigned: terminal control) // 013 CR Carriage return (Should not be assigned: terminal control) // 014 SO Shift out (Should not be assigned: terminal control) |