UI_BRIDGE_CALL(b, stop, 1, b);はui_bridge_stop_eventを呼ぶ inui_bridge_stopui_bridge_attachでui_bridge_stopをセットしてる- これらを呼び出す
ui_call_stopがos_exitの中で呼ばれてる
Last active
April 28, 2020 14:58
-
-
Save Code-Hex/7adb844121cc1d773b8b4ebbcf28ff02 to your computer and use it in GitHub Desktop.
neovim 調査
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tui 上のコードに関する設計思想が説明されてる PR
neovim/neovim#3246