Searched defs:TermPos (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/terminal/
H A DTermPos.h11 class TermPos { class
16 inline TermPos() : x(0), y(0) { } function in class:TermPos
17 inline TermPos(int32 x, int32 y) : x(x), y(y) { } function in class:TermPos

Completed in 9 milliseconds