1. Cuny's Editor
- Posted by Lucius L Hilley III <luciuslhilleyiii at JUNO.COM> Apr 25, 1997
- 1006 views
Looking sharp. I had a couple of Ideas but it look as if you have most of them covered. I finally got a chance to work with your editor. It looks great. BTW, I recently explained that support of blinking does not require low level screen writes. I don't really see how low level screen writes would be easier when color changes are occuring as frequent as the syntax coloring. However syntax coloring is off I do see where the screen writes would be MUCH faster and easier. Simply set the screens color once and the write to it indefinately. For intense colors you will still need intense.e for the procedure toggle_blinking(). If intense colors are on then you can use: integer BK_BRIGHT BK_BRIGHT = 16 text_color(WHITE+BK_BRIGHT) bk_color(BLUE) Hope this helps. --Lucius Lamar Hilley III -- E-mail at luciuslhilleyiii at juno.com -- I support transferring of files less than 60K. -- I can Decode both UU and Base64 format.
2. Re: Cuny's Editor
- Posted by "Cuny, David" <ATB.DCUNY at HW1.CAHWNET.GOV> Apr 27, 1997
- 961 views
Lucius Lamar Hilley III wrote: > BTW, I recently explained that support of blinking does not > require low level screen writes. I don't really see how low > level screen writes would be easier when color changes > are occuring as frequent as the syntax coloring. Thanks for the input. I haven't had a chance to add the changes you suggested a couple of weeks ago, but they *are* on my "to do" list. It looks like this weekend is shot as well, but I really want to get an update of some flavor out by next week. -- David Cuny