make the screen.log window keep the position it was dragged to
This commit is contained in:
parent
9e5a18207f
commit
bf1f438380
1 changed files with 1 additions and 0 deletions
|
@ -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) });
|
||||
|
|
Loading…
Add table
Reference in a new issue