MCPcopy Create free account
hub / github.com/Adaptix-Framework/AdaptixC2 / currentLine

Method currentLine

AdaptixClient/Libs/Konsole/ScreenWindow.cpp:149–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

147}
148
149int ScreenWindow::currentLine() const {
150 if (lineCount() >= windowLines()) {
151 return qBound(0, _currentLine, lineCount() - windowLines());
152 }
153 return 0;
154}
155
156void ScreenWindow::scrollBy(RelativeScrollMode mode, int amount) {
157 if (mode == ScrollLines) {

Callers 2

searchMethod · 0.80
updateImageMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected