Replies: 4 comments 2 replies
-
More important to me is the maximum size and initial size specifications, two different issues as follows:
|
Beta Was this translation helpful? Give feedback.
-
Do not discount the value to visibility that comes from proper use of outline fonts. This is all common now. I don't know about Medley color, but I do know that all the outline font work happened later. |
Beta Was this translation helpful? Give feedback.
-
The NeXT used 2 bits per pixel (black, white, 2 levels of grey). By \DISPLAYLINE I was referring to the (TEdit) display-a-line-of-text code, not drawing a line. |
Beta Was this translation helpful? Give feedback.
-
i think 8 bit-per-pixel is probably simpler than 24. I don't think there is too much that relies on 1 bit per pixel in the SCREENBITMAP. There was apparently some move to model Interlisp bitmaps as Common Lisp 2-D arrays. Sometimes I forget this is Lisp code. |
Beta Was this translation helpful? Give feedback.
-
I am finally seeing the requirements that lead to people wanting better screen resolution as a "modernization" issue.
Medley was designed to run on old vacuum-tube monitors with circuits that caused a kind of blurriness, and on today's LCD color displays, the result is something difficult to stand. I'm not sure if changing fontset and increasing the screen size, pixel doubling, or reviving XMAS will do it for us, but this is "must do". In the short term, I think adding -fg -bg colors are a good start.
I feel better about the possibility of addressing system-wide issues now that we have makeinit (still needs a cleanup).
Beta Was this translation helpful? Give feedback.
All reactions