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
69171170
Commit
69171170
authored
Feb 07, 2021
by
Kurt Hindenburg
Browse files
Correct comments
parent
a0abd7bd
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/Enumeration.h
View file @
69171170
...
...
@@ -89,7 +89,7 @@ public:
};
/**
* This enum describes the
the
text editor cmd used to open local text file URLs
* This enum describes the text editor cmd used to open local text file URLs
* in Konsole, where line and column data are appended to the file URL, e.g.:
* /path/to/file:123:123
*/
...
...
src/Screen.cpp
View file @
69171170
...
...
@@ -387,7 +387,7 @@ void Screen::setReflowLines(bool enable)
_enableReflowLines
=
enable
;
}
//
Not to production
auxiliar functions to show what is written in screen or history
//
Debugging
auxiliar functions to show what is written in screen or history
void
toDebug
(
const
Character
*
s
,
int
count
,
bool
wrapped
=
false
)
{
QString
out
;
...
...
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