Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
gnuplot
gnuplot-4.2.5-wxt.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File gnuplot-4.2.5-wxt.dif of Package gnuplot
--- src/plot.c +++ src/plot.c 2007-04-24 12:21:32.000000000 +0200 @@ -610,6 +610,8 @@ main(int argc, char **argv) #endif /* GNUPLOT_HISTORY */ fprintf(stderr, "\nTerminal type set to '%s'\n", term->name); + if (!strncmp("wxt", term->name, 3)) + fprintf(stderr, "Warning: terminal 'wxt' is experimental\n"); } /* if (interactive && term != 0) */ } else { /* come back here from int_error() */ --- src/term.c +++ src/term.c 2007-04-24 12:21:51.000000000 +0200 @@ -1561,6 +1561,8 @@ change_term(const char *origname, int le } if (interactive) fprintf(stderr, "Terminal type set to '%s'\n", term->name); + if (interactive && !strncmp("wxt", term->name, 3)) + fprintf(stderr, "Warning: terminal 'wxt' is experimental\n"); /* Invalidate any terminal-specific structures that may be active */ invalidate_palette(); @@ -1626,11 +1628,6 @@ init_terminal() term_name = "sun"; #endif /* SUN */ -#ifdef WXWIDGETS - if (term_name == (char *) NULL) - term_name = "wxt"; -#endif - #ifdef _Windows /* let the wxWidgets terminal be the default when available */ if (term_name == (char *) NULL) @@ -1666,6 +1663,11 @@ init_terminal() term_name = "x11"; #endif /* x11 */ +#ifdef WXWIDGETS + if (term_name == (char *) NULL) + term_name = "wxt"; +#endif + #ifdef AMIGA term_name = "amiga"; #endif
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor