Searched refs:firstPos (Results 1 - 1 of 1) sorted by relevance

/haiku/src/apps/serialconnect/
H A DTermView.cpp345 VTermPos firstPos; local
346 firstPos.row = 0;
347 firstPos.col = 0;
348 _GetCell(firstPos, cell);
445 VTermPos firstPos; local
446 firstPos.row = 0;
447 firstPos.col = 0;
448 vterm_screen_get_cell(fTermScreen, firstPos, &cell);

Completed in 80 milliseconds