ktye
ktye
The use case is an interpreter that compiles new functions defined in the repl. Each compiled function should be added to the module, as if it was a native function...
I implemented this for some widgets as an example in the fork ktye/duit in ktye/duit@164b760 The assignments take place within the widget's Layout method.
I think returning an empty interface is OK. I see no other way. You will process the messages in a type switch. Types which you are not interested, you will...
Thanks, it was an error on my side. It should work now. cmd/apl is a console application, you need to feed UTF-8 files to it. For interactive use, cmd/lui may...
There was a previous version, that has more line editing built-in, you can browse at: https://github.com/ktye/iv/blob/bb92844b1c14dc9ead5c701e7b38a2e22486be76/cmd/apl/main.go If you want to get rid of rlwrap. I removed it for sake of...
this is the culprit: https://github.com/ktye/duitdraw/blob/master/cursor_windows.go#L24 maybe i introduced that with "works for me" and has to do with the user's window border size settings. you'd have to dig through the...
does duitdraw work for you with edwood, what's your experience? I never tested duitdraw with linux. Does it fail? In theory it should be portable.
I commited ktye/duitdraw@273daa8 which should make redraw better.
I think when you drag the mouse with the middle button, it sends moveTo requests to the display. I don't know if that should be done. In ktye/duitdraw@4f781aa I added...
Very nice! It would be great to merge it upstream.