1
0
Fork 0

make the screen.log window keep the position it was dragged to

This commit is contained in:
mfranz 2007-03-27 17:48:16 +00:00
parent 9e5a18207f
commit bf1f438380

View file

@ -206,6 +206,7 @@ var L = _setlistener("/sim/signals/nasal-dir-initialized", func {
}, 1);
log = window.new(nil, -30, 10, 10);
log.sticky = 1;
var b = "/sim/screen/";
setlistener(b ~ "black", func { log.write(cmdarg().getValue(), 0, 0, 0) });