Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Konsole
Commits
60ca7edb
Commit
60ca7edb
authored
Mar 03, 2022
by
Kurt Hindenburg
Browse files
Fix comment spelling errors
parent
a32427c2
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Vt102Emulation.cpp
View file @
60ca7edb
...
...
@@ -600,7 +600,7 @@ void Vt102Emulation::receiveChars(const QVector<uint> &chars)
// Check for Sixel DCS q
if
(
p
>
2
&&
cc
==
'q'
)
{
setMode
(
MODE_Sixel
);
// This parameter appers to be ignored
// This parameter appe
a
rs to be ignored
// m_preserveBackground = argv[2] == 1;
resetTokenizer
();
}
...
...
src/session/Session.h
View file @
60ca7edb
...
...
@@ -753,7 +753,7 @@ Q_SIGNALS:
/**
* When a user enters a ssh session that changes where the `hostname` is
* this is em
m
ited.
* this is emi
t
ted.
*/
void
hostnameChanged
(
const
QString
&
hostname
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment