[Date Prev][Date Next][Subject Prev][Subject Next][ Date Index][ Subject Index]

Re: XyDOS Window box colours



Myron Gochnauer wrote:'
 
Can and would anyone explain the interaction between XyWrite's management of colour (text, CM, etc.) and WinXP's management of colours in a DOS box? I used to think that XyWrite overrode Windows settings (unless you shelled to DOS), but now...
Not me. Works fine in full screen--that's all I know.
 
I browsed around looking for an original, plain-vanilla XyWrite display file, but couldn't find one. Can anyone point me to an "original"? My disks are hidden somewhere in the basement.

Here's default.dsp. I believe this is the original dsp. file. I could
also attach one called color.dsp. They have the same dates, so I assume they're both originals. Let me know if you want that one, too.
Is there a WinXP DOS box setting for "out-of-the-box, default, untweaked DOS 6.0 screen colors"?
I have no idea. -- Leslie Bialler, Columbia University Press lb136@xxxxxxxx
http://www.columbia.edu/cu/cup
;PR; ;General plan: ; Normal text is gray. ; Italic text is green. ; Underline text is blue. ; ; Bold text is a brighter version (usually) of its counterpart. ; ; Normal background is blue. ; Superscript background is magenta. ; Subscript background is orange or brown. ; Strikethru (Redlining) background is red. ; Insert (Redlining) background is green. ; Reverse (Forms) background is gray. ; ; Select text background is black, or it reverses to another background. ; The DD variable for selecting text is set to 16. Setting to ; a factor of 2 gives the most flexibility. ; ; Establish color settings ; L0 - L4 establish header/menu colors DF L0=113,71,116,121 DF L1=113,31,78,29 DF L2=27,30,23,14,78 DF L3=19,33,27,26 DF L4=113,71,116,120,64 ; ; Window border colors (active,1,2,3,4,5,6,7,8,9,labels,triangles,tabs,graphic view mode) DF BX=31,23,23,23,23,23,23,23,23,23,32,30,23,240 ; ; CR x,y,z sets cursor values ; x=standard ; y=edit cursor with dialog box (as spell menu) ; z=mouse cursor ;DF CR=0,112,88 DF CR=0,199,102,4 ; ; DD is number used to compute display of defined text ; Defined text does not display in this mode number DF DD=16 ; ; PK is color for visible page breaks DF PK=23 ; ; Display modes ; Normal settings MD NM=23 MD BO=31 MD UL=19 MD BU=27 MD IT=26 MD BI=30 MD RV=113 MD BR=121 MD SU=87 MD SD=96 ; ; Delete modes (Redlining) MD DN=71 MD DB=79 MD DU=67 MD DI=74 MD DO=78 MD DL=75 MD DS=77 MD DD=76 MD DR=116 ; ; Insert modes (Redlining) MD IN=40 MD IB=47 MD IU=41 MD II=42 MD IO=46 MD IR=114 MD IL=43 MD IV=122 MD IS=37 MD ID=44 ; ; Flashing modes (add 128 to mode number) MD FL=151 MD FU=147 MD FR=241 MD SO=159 ; ; Footnotes MD FN=20 ; ; Display modes for which MD numbers must be reassigned. Numbers set equal to themselves are for resetting when returning from another kind of hardware: ;COLOR ;Italic subscript MD 207=98 ;Italic superscript MD 215=82 ;Redline delete reverse MD 219=116 ;Bold italic underscore MD 220=62 ;Italic underscore MD 221=58 ;Superscript MD 229=229 ;Subscript forms MD 235=124 ;Subscript underscore MD 237=105 ;Bold subscript MD 238=111 ;Superscript forms MD 243=106 ;Superscript underscore MD 245=81 ;Bold Superscript MD 246=95 ; ;MD 1=1 ;MD 2=2 ;MD 3=3 ;MD 4=4 ;MD 5=5 ;MD 6=6 ;MD 7=7 ;MD 8=8 ;MD 9=9 ;MD 10=10 ;MD 11=11 ;MD 12=12 ;MD 13=13 ;MD 14=14 ;MD 15=15 ;MD 16=16 ;MD 17=17 ;MD 18=18 ;MD 19=19 ;MD 20=20 ;MD 21=21 ;MD 22=22 ;MD 23=23 ;MD 24=24 ;MD 25=25 ;MD 26=26 ;MD 27=27 ;MD 28=28 ;MD 29=29 ;MD 30=30 ;MD 31=31 ;MD 32=32 ;MD 33=33 ;MD 34=34 ;MD 35=35 ;MD 36=36 ;MD 37=37 ;MD 38=38 ;MD 39=39 ;MD 40=40 ;MD 41=41 ;MD 42=42 ;MD 43=43 ;MD 44=44 ;MD 45=45 ;MD 46=46 ;MD 47=47 ;MD 48=48 ;MD 49=49 ;MD 50=50 ;MD 51=51 ;MD 52=52 ;MD 53=53 ;MD 54=54 ;MD 55=55 ;MD 56=56 ;MD 57=57 ;MD 58=58 ;MD 59=59 ;MD 60=60 ;MD 61=61 ;MD 62=62 ;MD 63=63 ;MD 64=64 ;MD 65=65 ;MD 66=66 ;MD 67=67 ;MD 68=68 ;MD 69=69 ;MD 70=70 ;MD 71=71 ;MD 72=72 ;MD 73=73 ;MD 74=74 ;MD 75=75 ;MD 76=76 ;MD 77=77 ;MD 78=78 ;MD 79=79 ;MD 80=80 ;MD 81=81 ;MD 82=82 ;MD 83=83 ;MD 84=84 ;MD 85=85 ;MD 86=86 ;MD 87=87 ;MD 88=88 ;MD 89=89 ;MD 90=90 ;MD 91=91 ;MD 92=92 ;MD 93=93 ;MD 94=94 ;MD 95=95 ;MD 96=96 ;MD 97=97 ;MD 98=98 ;MD 99=99 ;MD 100=100 ;MD 101=101 ;MD 102=102 ;MD 103=103 ;MD 104=104 ;MD 105=105 ;MD 106=106 ;MD 107=107 ;MD 108=108 ;MD 109=109 ;MD 110=110 ;MD 111=111 ;MD 112=112 ;MD 113=113 ;MD 114=114 ;MD 115=115 ;MD 116=116 ;MD 117=117 ;MD 118=118 ;MD 119=119 ;MD 120=120 ;MD 121=121 ;MD 122=122 ;MD 123=123 ;MD 124=124 ;MD 125=125 ;MD 126=126 ;MD 127=127 ;MD 128=128 ;MD 129=129 ;MD 130=130 ;MD 131=131 ;MD 132=132 ;MD 133=133 ;MD 134=134 ;MD 135=135 ;MD 136=136 ;MD 137=137 ;MD 138=138 ;MD 139=139 ;MD 140=140 ;MD 141=141 ;MD 142=142 ;MD 143=143 ;MD 144=144 ;MD 145=145 ;MD 146=146 ;MD 147=147 ;MD 148=148 ;MD 149=149 ;MD 150=150 ;MD 151=151 ;MD 152=152 ;MD 153=153 ;MD 154=154 ;MD 155=155 ;MD 156=156 ;MD 157=157 ;MD 158=158 ;MD 159=159 ;MD 160=160 ;MD 161=161 ;MD 162=162 ;MD 163=163 ;MD 164=164 ;MD 165=165 ;MD 166=166 ;MD 167=167 ;MD 168=168 ;MD 169=169 ;MD 170=170 ;MD 171=171 ;MD 172=172 ;MD 173=173 ;MD 174=174 ;MD 175=175 ;MD 176=176 ;MD 177=177 ;MD 178=178 ;MD 179=179 ;MD 180=180 ;MD 181=181 ;MD 182=182 ;MD 183=183 ;MD 184=184 ;MD 185=185 ;MD 186=186 ;MD 187=187 ;MD 188=188 ;MD 189=189 ;MD 190=190 ;MD 191=191 ;MD 192=192 ;MD 193=193 ;MD 194=194 ;MD 195=195 ;MD 196=196 ;MD 197=197 ;MD 198=198 ;MD 199=199 ;MD 200=200 ;MD 201=201 ;MD 202=202 ;MD 203=203 ;MD 204=204 ;MD 205=205 ;MD 206=206 ;MD 207=207 ;MD 208=208 ;MD 209=209 ;MD 210=210 ;MD 211=211 ;MD 212=212 ;MD 213=213 ;MD 214=214 ;MD 215=215 ;MD 216=216 ;MD 217=217 ;MD 218=218 ;MD 219=219 ;MD 220=220 ;MD 221=221 ;MD 222=222 ;MD 223=223 ;MD 224=224 ;MD 225=225 ;MD 226=226 ;MD 227=227 ;MD 228=228 ;MD 229=229 ;MD 230=230 ;MD 231=231 ;MD 232=232 ;MD 233=233 ;MD 234=234 ;MD 235=235 ;MD 236=236 ;MD 237=237 ;MD 238=238 ;MD 239=239 ;MD 240=240 ;MD 241=241 ;MD 242=242 ;MD 243=243 ;MD 244=244 ;MD 245=245 ;MD 246=246 ;MD 247=247 ;MD 248=248 ;MD 249=249 ;MD 250=250 ;MD 251=251 ;MD 252=252 ;MD 253=253 ;MD 254=254 ;MD 255=255 ;MD 256=256