ExTermbox

v0.3.0

  • Pages
  • Modules

    ExTermbox v0.3.0 ExTermbox.Constants View Source

    Defines constants from the termbox library. These can be used e.g. to set a formatting attributes or to identify keys passed in an event.

    Link to this section Summary

    Types

    color()
    input_mode()
    output_mode()

    Functions

    attribute(k)
    attributes()
    color(k)
    colors()
    error_code(k)
    error_codes()
    event_type(k)
    event_types()
    hide_cursor()
    input_mode(k)
    input_modes()
    key(k)
    keys()
    output_mode(k)
    output_modes()

    Link to this section Types

    Link to this type

    color() View Source
    color() :: 0..8

    Link to this type

    input_mode() View Source
    input_mode() :: 0 | 1 | 2 | 4

    Link to this type

    output_mode() View Source
    output_mode() :: 0..4

    Link to this section Functions

    Link to this function

    attribute(k) View Source

    Link to this function

    attributes() View Source

    Link to this function

    color(k) View Source

    Link to this function

    colors() View Source

    Link to this function

    error_code(k) View Source

    Link to this function

    error_codes() View Source

    Link to this function

    event_type(k) View Source

    Link to this function

    event_types() View Source

    Link to this function

    hide_cursor() View Source

    Link to this function

    input_mode(k) View Source

    Link to this function

    input_modes() View Source

    Link to this function

    key(k) View Source

    Link to this function

    keys() View Source

    Link to this function

    output_mode(k) View Source

    Link to this function

    output_modes() View Source

    Built using ExDoc (v0.19.2), designed by Friedel Ziegelmayer.