1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-10-05 17:18:00 +03:00
1 TUI
Bruno Heridet edited this page 2018-11-02 16:15:18 +01:00

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

Nevertheless, in the following cases Kakoune outputs raw ANSI escape codes (defined in ECMA-48) to stdout.

OSC - Operating System Command ESC ]

  • ESC ] 104 ; BEL to reset the palette

CSI - Control Sequence Introducer ESC [

  • 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