EXPORTS

Nothing per default, but can export the following per request:

:all

  :index
    t_enter_ca
    t_exit_ca
    t_show_cursor
    t_hide_cursor
    t_clear_screen
    t_sgr0
    t_underline
    t_bold
    t_hidden
    t_blink
    t_dim
    t_cursive
    t_reverse
    t_enter_keypad
    t_exit_keypad
    t_enter_mouse
    t_exit_mouse
    t_max_funcs

  :const
    ti_magic
    ti_header_length
    ti_mouse_enter
    ti_mouse_leave

  :vars
    $eterm_keys
    $eterm_funcs
    $screen_keys
    $screen_funcs
    $xterm_keys
    $xterm_funcs
    $rxvt_unicode_keys
    $rxvt_unicode_funcs
    $linux_keys
    $linux_funcs
    $rxvt_256color_keys
    $rxvt_256color_funcs
    $terms

NAME

Termbox::Go::Terminfo::Builtin - Terminfo builtin implementation for Termbox

DESCRIPTION

This module contains some Terminfo builtin functions for the implementation of Termbox terminal support.

COPYRIGHT AND LICENCE

This file is part of the port of Termbox.

Copyright (C) 2012 by termbox-go authors

This library content was taken from the termbox-go implementation of Termbox
which is licensed under MIT licence.

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.

AUTHORS

DISCLAIMER OF WARRANTIES

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.

REQUIRES

5.014

SEE ALSO

terminfo_builtin.go