I'm trying to add Input Method supportto McCLIM so that it can input CJK in McCLIM, using input method client like fcitx.
To draw fcitx better, I want to get the cursor position of text editing area when it changed.
I found something called cursor-position/stream-cursor-position
, but I don't know how to get the cursor/stream
currently focus on. I have tried *standard-output*
, but it failed.
How could I do this?