+1.5.2 (2010/xx/xx)
+ * Output some identifying information into the ttyrecs.
+
1.5.1 (2010/05/02)
* Allow sorting the watching-menu by any column.
* Show number of people watching each game.
int di;
+ time_t ctime;
+
struct dg_watchcols {
int dat;
int sortmode;
shm_sem_wait(shm_dg_data);
+ (void) time(&ctime);
+
for (i = 0; i < max_height; i++)
{
if (i + offset >= len)
games[i + offset]->ws_col, games[i + offset]->ws_row);
{
- time_t ctime;
long secs, mins, hours;
- (void) time(&ctime);
secs = (ctime - games[i + offset]->idle_time);
hours = (secs / 3600);
secs -= (hours * 3600);