OpenWrt packages
Sign in or create your account | Project List | Help
OpenWrt packages Git Source Tree
Root/
| 1 | Index: gnuplot-4.4.0/term/linux.trm |
| 2 | =================================================================== |
| 3 | --- gnuplot-4.4.0.orig/term/linux.trm 2011-01-09 10:29:36.000000000 +0100 |
| 4 | +++ gnuplot-4.4.0/term/linux.trm 2011-01-09 10:29:52.000000000 +0100 |
| 5 | @@ -94,7 +94,7 @@ |
| 6 | #define _STRING_H_ |
| 7 | #include <vga.h> |
| 8 | |
| 9 | -static int linux_vmode = G1024x768x256; /* default mode */ |
| 10 | +static int linux_vmode = G320x240x16M32; /* default mode */ |
| 11 | static int vgacolor[] = { 7, 8, 2, 3, 4, 5, 9, 14, 12, 15, 13, 10, 11, 1, 6 }; |
| 12 | static int graphics_on = FALSE; |
| 13 | static vga_modeinfo *modeinfo; |
| 14 |
