Replies: 3 comments 17 replies
-
The entire window initialization is an area that needs work. I'm hoping @waywardmonkeys will succeed in his project that would remove dependence on X. If not, the scroll bars, window size adjustments, pixel doubling, bigger screens all are open topics. |
Beta Was this translation helpful? Give feedback.
-
The X window size (-g[eometry]) is independent of the size of the screen that Lisp is imaging on. If the Lisp screen is smaller than the X window size then the scroll bars could be eliminated. However, you'll lose the lower corner of the screen to the window manager if there's no scroll bar or window border. It's already an annoyance that you can't get at the "bit gravity" selector in the bottom right corner because of the resize handle (which obscures 15x15 pixels). |
Beta Was this translation helpful? Give feedback.
-
the limitation on the screen bitmap is because of address space limits? How can that be true? The address space is
I'm missing something here. I'm baffled by 4-byte atoms, it makes the code bigger and is unneeded until you compile code after your 2^24th symbol. |
Beta Was this translation helpful? Give feedback.
-
Would it be useful if it were possible to disable the outermost scrollbars (lower and right border) that scroll the entire X window completely? As most displays have a resolution close to two megapixels anyway, it seems like they are not necessary in all cases any longer.
This could be a startup switch for maiko, which tells it to just not draw them at all.
Beta Was this translation helpful? Give feedback.
All reactions