Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
Bruno Heridet edited this pageNov 2, 2018 ·1 revision

To process input keys and display information to the terminal, Kakoune currently relies onncurses.

Nevertheless, in the following cases Kakoune outputs rawANSI escape codes (defined inECMA-48) to stdout.

OSC - Operating System CommandESC ]

  • ESC ] 104 ; BEL to reset the palette

CSI - Control Sequence IntroducerESC [

  • ESC [ ? 1002 h to enable mouse position report
  • ESC [ ? 1004 h to enable focus events report
  • ESC [ ? 1002 l to disable mouse position report
  • ESC [ ? 1004 l to disable focus events report
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp