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

Method cursorRight

AdaptixClient/Libs/Konsole/Screen.cpp:93–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

91}
92
93void Screen::cursorRight(int n) {
94 if (n == 0)
95 n = 1; /* Default */
96 cuX = qMin(columns - 1, cuX + n);
97}
98
99void Screen::setMargins(int top, int bot) {
100 if (top == 0)

Callers 1

processTokenMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected