1 #include <../../nrnconf.h>
6 #include <InterViews/cursor.h>
7 #include <InterViews/window.h>
16 static FILE* help_pipe;
18 #if defined(WIN32) && !defined(MINGW)
34 static void readmore() {
37 char* cmd =
"ls $NEURONHOME/doc/help/*.help";
38 FILE*
p = popen(cmd,
"r");
40 printf(
"couldn't do: %s\n", cmd);
43 while (fgets(
buf, 1024,
p)) {
44 fprintf(help_pipe,
"?0 %s",
buf);
51 printf(
"online help not currently working\n");
76 static const CursorPattern question_pat = {0x0000,
93 static const CursorPattern question_mask = {
96 #if !defined(UNIX) && defined(WIN32)
static Cursor * help_cursor_
static void help(const char *)
static Cursor * help_cursor()
char * hoc_current_xopen(void)
void ivoc_help(const char *)