Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Utilities
Konsole
Commits
fdeaed09
Commit
fdeaed09
authored
May 29, 2016
by
Kurt Hindenburg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix minor API docs
parent
178736b6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
1 deletion
+4
-1
src/Pty.h
src/Pty.h
+1
-1
src/Screen.h
src/Screen.h
+2
-0
src/ScreenWindow.h
src/ScreenWindow.h
+1
-0
No files found.
src/Pty.h
View file @
fdeaed09
...
...
@@ -151,7 +151,7 @@ public slots:
* Sends data to the process currently controlling the
* teletype ( whose id is returned by foregroundProcessGroup() )
*
* @param
buffer
the data to send.
* @param
data
the data to send.
*/
void
sendData
(
const
QByteArray
&
data
);
...
...
src/Screen.h
View file @
fdeaed09
...
...
@@ -449,6 +449,7 @@ public:
* be inserted into the returned text at the end of each terminal line.
* @param trimTrailingSpaces Specifies whether trailing spaces should be
* trimmed in the returned text.
* @param html Specifies if returned text should have HTML tags.
*/
QString
selectedText
(
bool
preserveLineBreaks
,
bool
trimTrailingSpaces
=
false
,
bool
html
=
false
)
const
;
...
...
@@ -460,6 +461,7 @@ public:
* be inserted into the returned text at the end of each terminal line.
* @param trimTrailingSpaces Specifies whether trailing spaces should be
* trimmed in the returned text.
* @param html Specifies if returned text should have HTML tags.
*/
QString
text
(
int
startIndex
,
int
endIndex
,
bool
preserveLineBreaks
,
bool
trimTrailingSpaces
=
false
,
bool
html
=
false
)
const
;
...
...
src/ScreenWindow.h
View file @
fdeaed09
...
...
@@ -231,6 +231,7 @@ public:
*
* @param preserveLineBreaks See Screen::selectedText()
* @param trimTrailingSpaces See Screen::selectedText()
* @param html Specifies if returned text should have HTML tags.
*/
QString
selectedText
(
bool
preserveLineBreaks
,
bool
trimTrailingSpaces
=
false
,
bool
html
=
false
)
const
;
...
...
Write
Preview
Markdown
is supported
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