1 |
< |
#define textareaheight 100 |
2 |
< |
#define textbottom 5 |
1 |
> |
/* RCSid: $Id$ */ |
2 |
> |
#define textareaheight 150 |
3 |
> |
#define textbottom 10 |
4 |
|
#define thefont /Times-Bold |
5 |
< |
#define fontheight 15 |
6 |
< |
#define textbackgroundRED .80 |
5 |
> |
#define fontheight 18 |
6 |
> |
#define textbackgroundRED .85 |
7 |
|
#define textbackgroundGREEN .85 |
8 |
|
#define textbackgroundBLUE .75 |
9 |
< |
#define textcursor (_) |
9 |
> |
#define textcursor (|) |
10 |
|
#define textshadowgray .85 |
11 |
< |
#define minfrac .1 |
11 |
< |
#define gammacorrection 1.77 |
11 |
> |
#define gammacorrection 1.0 |
12 |
|
|
13 |
|
#define inputbuffer nws_inputbuffer |
14 |
|
#define pos nws_pos |