added Item$ = "__SmIC__="+FileName$ to COLUMNBOX ADD, add a filemode: r+ ( read/write )
This commit is contained in:
@@ -26,9 +26,7 @@ can be found at www.yabasic.de
|
||||
/* ------------- defines ---------------- */
|
||||
|
||||
#define DONE {current=current->next;break;} /* reduces type-work */
|
||||
#define COPYRIGHT "original yabasic Copyright 1995-2006 by Marc-Oliver Ihm\n
|
||||
\tyab improvements Copyright 2006-2014 by Jan Bungeroth\n
|
||||
\tyab improvements Copyright 2013-2015 by Jim Saxton\n"
|
||||
#define COPYRIGHT "original yabasic Copyright 1995-2006 by Marc-Oliver Ihm\n\tyab improvements Copyright 2006-2014 by Jan Bungeroth\n\tyab improvements Copyright 2013-2015 by Jim Saxton\n"
|
||||
#define BANNER \
|
||||
"\n yab is yabasic for Haiku. This is version " VERSION ",\n built on "\
|
||||
ARCHITECTURE " on " BUILD_TIME "\n\n " COPYRIGHT "\n\n"
|
||||
@@ -920,7 +918,7 @@ static void initialize(void)
|
||||
stream_modes[i]=smCLOSED;
|
||||
}
|
||||
streams[0]=stdin;
|
||||
stream_modes[0]=smREAD | smWRITE;
|
||||
stream_modes[0]=smREAD | smWRITE | smREADWRITE;
|
||||
#ifdef UNIX
|
||||
/* printerfile=NULL; /* no ps-file yet */
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user