You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
329 B

  1. // Copyright 2020 Christopher Courtney, aka Drashna Jael're (@drashna) <drashna@live.com>
  2. // SPDX-License-Identifier: GPL-2.0-or-later
  3. #pragma once
  4. enum unicode_typing_mode {
  5. UCTM_NO_MODE,
  6. UCTM_WIDE,
  7. UCTM_SCRIPT,
  8. UCTM_BLOCKS,
  9. UCTM_REGIONAL,
  10. UCTM_AUSSIE,
  11. UCTM_ZALGO,
  12. };
  13. extern uint8_t typing_mode;