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

/haiku/src/apps/terminal/
H A DTermView.h296 bigtime_t fLastActivityTime; member in class:TermView
H A DTermView.cpp293 fLastActivityTime = 0;
1248 if (Window()->IsActive() && now - fLastActivityTime >= kCursorBlinkInterval)
1261 fLastActivityTime = system_time();

Completed in 45 milliseconds