The Lambda Lab
/
projects
/
jars.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7290d31
)
Visualizer window always on top.
author
plugd
<plugd@thelambdalab.xyz>
Sat, 28 Dec 2019 13:16:43 +0000
(
00:16
+1100)
committer
plugd
<plugd@thelambdalab.xyz>
Sat, 28 Dec 2019 13:16:43 +0000
(
00:16
+1100)
visualizer.scm
patch
|
blob
|
history
diff --git
a/visualizer.scm
b/visualizer.scm
index
8215202
..
3a914e2
100644
(file)
--- a/
visualizer.scm
+++ b/
visualizer.scm
@@
-19,6
+19,7
@@
(lambda ()
(apply print args))))
(wish% "wm title . \"MARS Visualizer\"")
+ (wish% "wm attributes . -topmost true")
(wish% "frame .fb -borderwidth 10")
(wish% "pack .fb -side top")
(let loop ((remaining-palette palette))