Skip to content

Instantly share code, notes, and snippets.

@Code-Hex
Last active April 28, 2020 14:58
Show Gist options
  • Select an option

  • Save Code-Hex/7adb844121cc1d773b8b4ebbcf28ff02 to your computer and use it in GitHub Desktop.

Select an option

Save Code-Hex/7adb844121cc1d773b8b4ebbcf28ff02 to your computer and use it in GitHub Desktop.
neovim 調査
  • UI_BRIDGE_CALL(b, stop, 1, b);ui_bridge_stop_event を呼ぶ in ui_bridge_stop
  • ui_bridge_attachui_bridge_stop をセットしてる
  • これらを呼び出す ui_call_stopos_exit の中で呼ばれてる
@Code-Hex
Copy link
Copy Markdown
Author

tui 上のコードに関する設計思想が説明されてる PR
neovim/neovim#3246

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment