# HG changeset patch # User John W. Eaton # Date 1242673882 14400 # Node ID b9986ce0047c2455bbe345d9bb5164fc46091160 # Parent 6feb27c38da13e5d02d2897495c8d8213753a94e update PROJECTS diff -r 6feb27c38da1 -r b9986ce0047c PROJECTS --- a/PROJECTS Mon May 18 09:46:49 2009 +0200 +++ b/PROJECTS Mon May 18 15:11:22 2009 -0400 @@ -259,6 +259,16 @@ * Use nanosleep instead of usleep if it is available? Apparently nanosleep is to be preferred over usleep on Solaris systems. +-------- +Graphics: +-------- + + * Correctly handle case where DISPLAY is unset. Provide + --no-window-system or --nodisplay (?) option. Provide + --display=DISPLAY option? How will this work with gnuplot (i.e., + how do we know whether gnuplot requires an X display to display + graphics)? + ------- History: -------