Logo
Explore Help
Register Sign In
humza/sml-projects
1
0
Fork 0
You've already forked sml-projects
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
master
sml-projects/shf/fcore/text-constants.sml

11 lines
202 B
Standard ML
Raw Permalink Normal View History

begin moving text window when cursor goes off screen (currently, we only move the window when cursor goes backwards but this works fine and as expected)
2024-10-28 09:34:55 +00:00
structure TextConstants =
struct
val xSpace = 13
val xSpace3 = xSpace * 3
val ySpace = 25
pull in new version of cozette-ascii library, and fix resulting compile errors (which all occurred in text-builder.sml)
2025-08-18 02:17:13 +01:00
val scale: Real32.real = 2.0
add function to get the appropriate scroll column
2025-09-11 16:17:56 +01:00
val textLineCount = 80
val textLineWidth = xSpace * textLineCount
begin moving text window when cursor goes off screen (currently, we only move the window when cursor goes backwards but this works fine and as expected)
2024-10-28 09:34:55 +00:00
end
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.5 Page: 725ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API