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

/haiku/src/apps/terminal/
H A DTermView.h87 bool notifyShell);
89 bool notifyShell = false);
H A DTermView.cpp582 TermView::SetTermSize(int rows, int columns, bool notifyShell) argument
627 if (notifyShell)
635 TermView::SetTermSize(BRect rect, bool notifyShell) argument
641 SetTermSize(rows, columns, notifyShell);

Completed in 44 milliseconds