OpenDream icon indicating copy to clipboard operation
OpenDream copied to clipboard

DMF `on-status` event is not supported

Open wixoaGit opened this issue 3 years ago • 0 comments

There is an undocumented on-status event that executes a command every time there's a new atom under your mouse.

Example usage in Paradise:

window "mapwindow"
	elem "mapwindow"
		type = MAIN
		size = 640x480
		is-pane = true
		on-status = ".winset \"status_bar.text=[[*]]\" "

It's located on the MAIN element and replaces [[*]] with the name of the atom.

wixoaGit avatar Mar 14 '23 19:03 wixoaGit