mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-18 03:25:55 +00:00
rust: update function-summary system of scripts
- update script `function_summary.sh` - new script `compare_outputs.sh` to compile the differences between versions - create changes files that summarizes diffs between versions - remove outdated ouput folders
This commit is contained in:
parent
8cf52672cb
commit
7b9a38d2f1
File diff suppressed because it is too large
Load Diff
9549
tools/function-summary/bindgen_20210406.rs
Normal file
9549
tools/function-summary/bindgen_20210406.rs
Normal file
File diff suppressed because it is too large
Load Diff
79
tools/function-summary/changes-20201126-20211227.txt
Normal file
79
tools/function-summary/changes-20201126-20211227.txt
Normal file
@ -0,0 +1,79 @@
|
|||||||
|
0d0
|
||||||
|
|
||||||
|
Differences between files:
|
||||||
|
==========================
|
||||||
|
out-20201126/bindgen/ncdirect out-20201227/bindgen/ncdirect
|
||||||
|
out-20201126/bindgen/ncpile out-20201227/bindgen/ncpile
|
||||||
|
out-20201126/bindgen/ncplane out-20201227/bindgen/ncplane
|
||||||
|
out-20201126/bindgen/ncvisual out-20201227/bindgen/ncvisual
|
||||||
|
out-20201126/bindgen/notcurses out-20201227/bindgen/notcurses
|
||||||
|
out-20201126/static/cell out-20201227/static/cell
|
||||||
|
out-20201126/static/ncplane out-20201227/static/ncplane
|
||||||
|
out-20201126/static/ncvisual out-20201227/static/ncvisual
|
||||||
|
|
||||||
|
broken down:
|
||||||
|
============
|
||||||
|
|
||||||
|
diff out-20201126/bindgen/ncdirect out-20201227/bindgen/ncdirect:
|
||||||
|
31a32,33
|
||||||
|
> ncdirect_raster_frame
|
||||||
|
> ncdirect_render_frame
|
||||||
|
|
||||||
|
diff out-20201126/bindgen/ncpile out-20201227/bindgen/ncpile:
|
||||||
|
0a1
|
||||||
|
> ncpile_bottom
|
||||||
|
3a5
|
||||||
|
> ncpile_top
|
||||||
|
|
||||||
|
diff out-20201126/bindgen/ncplane out-20201227/bindgen/ncplane:
|
||||||
|
2a3
|
||||||
|
> ncplane_at_cursor_cell
|
||||||
|
3a5
|
||||||
|
> ncplane_at_yx_cell
|
||||||
|
60a63
|
||||||
|
> ncplane_resize_maximize
|
||||||
|
|
||||||
|
diff out-20201126/bindgen/ncvisual out-20201227/bindgen/ncvisual:
|
||||||
|
9a10
|
||||||
|
> ncvisual_media_defblitter
|
||||||
|
|
||||||
|
diff out-20201126/bindgen/notcurses out-20201227/bindgen/notcurses:
|
||||||
|
6a7
|
||||||
|
> notcurses_cansextant
|
||||||
|
19a21,22
|
||||||
|
> notcurses_linesigs_disable
|
||||||
|
> notcurses_linesigs_enable
|
||||||
|
|
||||||
|
diff out-20201126/static/cell out-20201227/static/cell:
|
||||||
|
19a20
|
||||||
|
> cell_load_egc32
|
||||||
|
|
||||||
|
diff out-20201126/static/ncplane out-20201227/static/ncplane:
|
||||||
|
2,3d1
|
||||||
|
< ncplane_at_cursor_cell
|
||||||
|
< ncplane_at_yx_cell
|
||||||
|
9a8
|
||||||
|
> ncplane_descendant_p
|
||||||
|
|
||||||
|
diff out-20201126/static/ncvisual out-20201227/static/ncvisual:
|
||||||
|
1d0
|
||||||
|
< ncvisual_default_blitter
|
||||||
|
|
||||||
|
Only in one path:
|
||||||
|
=================
|
||||||
|
Only in out-20201227/bindgen: ncprogbar
|
||||||
|
Only in out-20201227/static: ncprogbar
|
||||||
|
|
||||||
|
display contents:
|
||||||
|
=================
|
||||||
|
|
||||||
|
cat out-20201227/bindgen/ncprogbar:
|
||||||
|
-------------------
|
||||||
|
ncprogbar_create
|
||||||
|
ncprogbar_destroy
|
||||||
|
ncprogbar_plane
|
||||||
|
ncprogbar_progress
|
||||||
|
ncprogbar_set_progress
|
||||||
|
|
||||||
|
cat out-20201227/static/ncprogbar:
|
||||||
|
-------------------
|
104
tools/function-summary/changes-20201227-20210321.txt
Normal file
104
tools/function-summary/changes-20201227-20210321.txt
Normal file
@ -0,0 +1,104 @@
|
|||||||
|
0d0
|
||||||
|
|
||||||
|
Differences between files:
|
||||||
|
==========================
|
||||||
|
out-20201227/bindgen/ncdirect out-20210321/bindgen/ncdirect
|
||||||
|
out-20201227/bindgen/ncplane out-20210321/bindgen/ncplane
|
||||||
|
out-20201227/bindgen/notcurses out-20210321/bindgen/notcurses
|
||||||
|
out-20201227/static/cell out-20210321/static/cell
|
||||||
|
out-20201227/static/channel out-20210321/static/channel
|
||||||
|
out-20201227/static/_NON_FILTERED out-20210321/static/_NON_FILTERED
|
||||||
|
|
||||||
|
broken down:
|
||||||
|
============
|
||||||
|
|
||||||
|
diff out-20201227/bindgen/ncdirect out-20210321/bindgen/ncdirect:
|
||||||
|
1,3d0
|
||||||
|
< ncdirect_bg_default
|
||||||
|
< ncdirect_bg_palindex
|
||||||
|
< ncdirect_bg_rgb
|
||||||
|
6a4
|
||||||
|
> ncdirect_check_pixel_support
|
||||||
|
7a6
|
||||||
|
> ncdirect_core_init
|
||||||
|
21,23d19
|
||||||
|
< ncdirect_fg_default
|
||||||
|
< ncdirect_fg_palindex
|
||||||
|
< ncdirect_fg_rgb
|
||||||
|
28a25,26
|
||||||
|
> ncdirect_off_styles
|
||||||
|
> ncdirect_on_styles
|
||||||
|
32a31
|
||||||
|
> ncdirect_readline
|
||||||
|
35a35,41
|
||||||
|
> ncdirect_set_bg_default
|
||||||
|
> ncdirect_set_bg_palindex
|
||||||
|
> ncdirect_set_bg_rgb
|
||||||
|
> ncdirect_set_fg_default
|
||||||
|
> ncdirect_set_fg_palindex
|
||||||
|
> ncdirect_set_fg_rgb
|
||||||
|
> ncdirect_set_styles
|
||||||
|
|
||||||
|
diff out-20201227/bindgen/ncplane out-20210321/bindgen/ncplane:
|
||||||
|
1a2,4
|
||||||
|
> ncplane_abs_x
|
||||||
|
> ncplane_abs_y
|
||||||
|
> ncplane_abs_yx
|
||||||
|
|
||||||
|
diff out-20201227/bindgen/notcurses out-20210321/bindgen/notcurses:
|
||||||
|
2a3
|
||||||
|
> notcurses_canbraille
|
||||||
|
6a8
|
||||||
|
> notcurses_canpixel
|
||||||
|
8d9
|
||||||
|
< notcurses_cansixel
|
||||||
|
10a12,13
|
||||||
|
> notcurses_check_pixel_support
|
||||||
|
> notcurses_core_init
|
||||||
|
|
||||||
|
diff out-20201227/static/cell out-20210321/static/cell:
|
||||||
|
1d0
|
||||||
|
< cell_bchannel
|
||||||
|
11d9
|
||||||
|
< cell_fchannel
|
||||||
|
24d21
|
||||||
|
< cell_set_bchannel
|
||||||
|
31d27
|
||||||
|
< cell_set_fchannel
|
||||||
|
|
||||||
|
diff out-20201227/static/channel out-20210321/static/channel:
|
||||||
|
4a5
|
||||||
|
> channel_palindex
|
||||||
|
10a12
|
||||||
|
> channels_bg_palindex
|
||||||
|
17a20
|
||||||
|
> channel_set_palindex
|
||||||
|
22a26
|
||||||
|
> channels_fg_palindex
|
||||||
|
|
||||||
|
diff out-20201227/static/_NON_FILTERED out-20210321/static/_NON_FILTERED:
|
||||||
|
0a1
|
||||||
|
> ALLOC static inline char*
|
||||||
|
|
||||||
|
Only in one path:
|
||||||
|
=================
|
||||||
|
Only in out-20210321/bindgen: nctree
|
||||||
|
Only in out-20210321/static: nctree
|
||||||
|
|
||||||
|
display contents:
|
||||||
|
=================
|
||||||
|
|
||||||
|
cat out-20210321/bindgen/nctree:
|
||||||
|
-------------------
|
||||||
|
nctree_create
|
||||||
|
nctree_destroy
|
||||||
|
nctree_focused
|
||||||
|
nctree_goto
|
||||||
|
nctree_next
|
||||||
|
nctree_offer_input
|
||||||
|
nctree_plane
|
||||||
|
nctree_prev
|
||||||
|
nctree_redraw
|
||||||
|
|
||||||
|
cat out-20210321/static/nctree:
|
||||||
|
-------------------
|
82
tools/function-summary/changes-20210321-20210406.txt
Normal file
82
tools/function-summary/changes-20210321-20210406.txt
Normal file
@ -0,0 +1,82 @@
|
|||||||
|
0d0
|
||||||
|
|
||||||
|
Differences between files:
|
||||||
|
==========================
|
||||||
|
out-20210321/bindgen/ncplane out-20210406/bindgen/ncplane
|
||||||
|
out-20210321/bindgen/notcurses out-20210406/bindgen/notcurses
|
||||||
|
out-20210321/static/ncplane out-20210406/static/ncplane
|
||||||
|
|
||||||
|
broken down:
|
||||||
|
============
|
||||||
|
|
||||||
|
diff out-20210321/bindgen/ncplane out-20210406/bindgen/ncplane:
|
||||||
|
65a66
|
||||||
|
> ncplane_resize_marginalized
|
||||||
|
|
||||||
|
diff out-20210321/bindgen/notcurses out-20210406/bindgen/notcurses:
|
||||||
|
8d7
|
||||||
|
< notcurses_canpixel
|
||||||
|
16a16
|
||||||
|
> notcurses_debug_caps
|
||||||
|
|
||||||
|
diff out-20210321/static/ncplane out-20210406/static/ncplane:
|
||||||
|
1d0
|
||||||
|
< ncplane_align
|
||||||
|
18a18
|
||||||
|
> ncplane_halign
|
||||||
|
39a40
|
||||||
|
> ncplane_valign
|
||||||
|
|
||||||
|
Only in one path:
|
||||||
|
=================
|
||||||
|
Only in out-20210406/bindgen: nctab
|
||||||
|
Only in out-20210406/static: nctab
|
||||||
|
|
||||||
|
display contents:
|
||||||
|
=================
|
||||||
|
|
||||||
|
cat out-20210406/bindgen/nctab:
|
||||||
|
-------------------
|
||||||
|
nctabbed_add
|
||||||
|
nctabbed_channels
|
||||||
|
nctabbed_content_plane
|
||||||
|
nctabbed_create
|
||||||
|
nctabbed_del
|
||||||
|
nctabbed_destroy
|
||||||
|
nctabbed_ensure_selected_header_visible
|
||||||
|
nctabbed_leftmost
|
||||||
|
nctabbed_next
|
||||||
|
nctabbed_plane
|
||||||
|
nctabbed_prev
|
||||||
|
nctabbed_redraw
|
||||||
|
nctabbed_rotate
|
||||||
|
nctabbed_select
|
||||||
|
nctabbed_selected
|
||||||
|
nctabbed_separator
|
||||||
|
nctabbed_separator_width
|
||||||
|
nctabbed_set_hdrchan
|
||||||
|
nctabbed_set_selchan
|
||||||
|
nctabbed_set_separator
|
||||||
|
nctabbed_set_sepchan
|
||||||
|
nctabbed_tabcount
|
||||||
|
nctab_cb
|
||||||
|
nctablet_ncplane
|
||||||
|
nctablet_plane
|
||||||
|
nctablet_userptr
|
||||||
|
nctab_move
|
||||||
|
nctab_move_left
|
||||||
|
nctab_move_right
|
||||||
|
nctab_name
|
||||||
|
nctab_name_width
|
||||||
|
nctab_next
|
||||||
|
nctab_prev
|
||||||
|
nctab_set_cb
|
||||||
|
nctab_set_name
|
||||||
|
nctab_set_userptr
|
||||||
|
nctab_userptr
|
||||||
|
|
||||||
|
cat out-20210406/static/nctab:
|
||||||
|
-------------------
|
||||||
|
nctabbed_hdrchan
|
||||||
|
nctabbed_selchan
|
||||||
|
nctabbed_sepchan
|
65
tools/function-summary/compare-outputs.sh
Executable file
65
tools/function-summary/compare-outputs.sh
Executable file
@ -0,0 +1,65 @@
|
|||||||
|
#/usr/bin/env bash
|
||||||
|
#
|
||||||
|
# compares the changes betwee two output folders
|
||||||
|
|
||||||
|
PATH1=$1
|
||||||
|
PATH2=$2
|
||||||
|
|
||||||
|
if [[ -z $PATH1 ]]; then
|
||||||
|
echo "It's necessary to provide two paths to compare. 0 paths provided"
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ ! -d $PATH1 ]]; then
|
||||||
|
echo "The first path doesn't exist."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ -z $PATH2 ]]; then
|
||||||
|
echo "It's necessary to provide two paths to compare. Only 1 path provided."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
if [[ ! -d $PATH2 ]]; then
|
||||||
|
echo "The second path doesn't exist."
|
||||||
|
exit 1
|
||||||
|
fi
|
||||||
|
|
||||||
|
|
||||||
|
# this line is to activate diff syntax highlighting
|
||||||
|
echo -e "0d0\n"
|
||||||
|
|
||||||
|
echo -e "Differences between files:\n=========================="
|
||||||
|
#DIFFLIST=$(diff -qr "$PATH1" "$PATH2" | grep ^Files | cut -d' ' -f 2,4)
|
||||||
|
DIFFLIST=$(diff -qr "$PATH1" "$PATH2" | grep ^Files | cut -d' ' -f 2,4 | grep -v STATS)
|
||||||
|
echo "$DIFFLIST"
|
||||||
|
|
||||||
|
echo -e "\nbroken down:\n============"
|
||||||
|
|
||||||
|
OLDIFS=$IFS
|
||||||
|
IFS=$'\n'
|
||||||
|
for d in $DIFFLIST; do
|
||||||
|
d1=$(echo $d | cut -d' ' -f1)
|
||||||
|
d2=$(echo $d | cut -d' ' -f2)
|
||||||
|
|
||||||
|
echo -e "\ndiff $d1 $d2:"
|
||||||
|
diff $d1 $d2
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
echo -e "\nOnly in one path:\n================="
|
||||||
|
UNIQUELIST=$(diff -qr "$PATH1" "$PATH2" | grep ^Only)
|
||||||
|
echo "$UNIQUELIST"
|
||||||
|
|
||||||
|
echo -e "\ndisplay contents:\n================="
|
||||||
|
|
||||||
|
for u in $UNIQUELIST; do
|
||||||
|
u1=$(echo $u | cut -d' ' -f3| tr ':' '/' )
|
||||||
|
u2=$(echo $u | cut -d' ' -f4)
|
||||||
|
path="${u1}${u2}"
|
||||||
|
echo -e "\ncat $path:\n-------------------"
|
||||||
|
cat $path
|
||||||
|
done
|
||||||
|
|
||||||
|
|
||||||
|
IFS=$OLDIFS
|
@ -16,11 +16,11 @@ PATH_SOURCE_FILE="../../include/notcurses/notcurses.h"
|
|||||||
|
|
||||||
# this is the path to the latest bindgen generated rust sources
|
# this is the path to the latest bindgen generated rust sources
|
||||||
# TODO: retrieve it automatically, from the target folder, the most recently created/updated)
|
# TODO: retrieve it automatically, from the target folder, the most recently created/updated)
|
||||||
PATH_BINDGEN_LATEST="bindgen_20201227.rs"
|
PATH_BINDGEN_LATEST="bindgen_20210406.rs"
|
||||||
|
|
||||||
# these are the main function prefixes used in notcurses (before the first `_`) for STATS_FILE
|
# these are the main function prefixes used in notcurses (before the first `_`) for STATS_FILE
|
||||||
# NOTE: updated manually
|
# NOTE: updated manually
|
||||||
PREFIX_LIST="cell channel ncblit ncdirect ncdplot ncfadectx ncfdplane nckey ncmenu ncmetric ncmultiselector ncpile ncpixel ncplane ncprogbar ncreader ncreel ncselector ncsubproc nctablet ncuplot ncvisual notcurses palette"
|
PREFIX_LIST="cell channel ncblit ncdirect ncdplot ncfadectx ncfdplane nckey ncmenu ncmetric ncmultiselector ncpile ncpixel ncplane ncprogbar ncreader ncreel ncselector ncsubproc nctab nctree ncuplot ncvisual notcurses palette"
|
||||||
|
|
||||||
|
|
||||||
OUTPUT_DIR="out-$(date +%Y%m%d)"
|
OUTPUT_DIR="out-$(date +%Y%m%d)"
|
||||||
|
@ -1,35 +0,0 @@
|
|||||||
GENERAL
|
|
||||||
-------
|
|
||||||
bindgen generated functions (bg): 583
|
|
||||||
static inline functions (si): 157
|
|
||||||
|
|
||||||
grouped by the following prefixes:
|
|
||||||
cell channel ncblit ncdirect ncdplot ncfadectx ncfdplane nckey ncmenu ncmetric ncmultiselector ncpixel ncpile ncplane ncreader ncreel ncselector ncsubproc nctablet ncuplot ncvisual notcurses palette
|
|
||||||
--------------------------
|
|
||||||
(bg, si)
|
|
||||||
|
|
||||||
cell: (6, 42)
|
|
||||||
channel: (0, 39)
|
|
||||||
ncblit: (2, 0)
|
|
||||||
ncdirect: (38, 0)
|
|
||||||
ncdplot: (6, 0)
|
|
||||||
ncfadectx: (3, 0)
|
|
||||||
ncfdplane: (3, 0)
|
|
||||||
nckey: (0, 2)
|
|
||||||
ncmenu: (13, 0)
|
|
||||||
ncmetric: (1, 0)
|
|
||||||
ncmultiselec(5, 0)
|
|
||||||
ncpixel: (0, 10)
|
|
||||||
ncpile: (3, 0)
|
|
||||||
ncplane: (100, 42)
|
|
||||||
ncreader: (11, 0)
|
|
||||||
ncreel: (11, 0)
|
|
||||||
ncselector: (9, 0)
|
|
||||||
ncsubproc: (5, 0)
|
|
||||||
nctablet: (3, 0)
|
|
||||||
ncuplot: (6, 0)
|
|
||||||
ncvisual: (17, 1)
|
|
||||||
notcurses: (39, 6)
|
|
||||||
palette: (3, 3)
|
|
||||||
|
|
||||||
rest of the functions (bg/si):(4, 299)
|
|
@ -1,38 +0,0 @@
|
|||||||
ncdirect_bg_default
|
|
||||||
ncdirect_bg_palindex
|
|
||||||
ncdirect_bg_rgb
|
|
||||||
ncdirect_box
|
|
||||||
ncdirect_canopen_images
|
|
||||||
ncdirect_canutf8
|
|
||||||
ncdirect_clear
|
|
||||||
ncdirect_cursor_disable
|
|
||||||
ncdirect_cursor_down
|
|
||||||
ncdirect_cursor_enable
|
|
||||||
ncdirect_cursor_left
|
|
||||||
ncdirect_cursor_move_yx
|
|
||||||
ncdirect_cursor_pop
|
|
||||||
ncdirect_cursor_push
|
|
||||||
ncdirect_cursor_right
|
|
||||||
ncdirect_cursor_up
|
|
||||||
ncdirect_cursor_yx
|
|
||||||
ncdirect_dim_x
|
|
||||||
ncdirect_dim_y
|
|
||||||
ncdirect_double_box
|
|
||||||
ncdirect_fg_default
|
|
||||||
ncdirect_fg_palindex
|
|
||||||
ncdirect_fg_rgb
|
|
||||||
ncdirect_flush
|
|
||||||
ncdirect_getc
|
|
||||||
ncdirect_hline_interp
|
|
||||||
ncdirect_init
|
|
||||||
ncdirect_inputready_fd
|
|
||||||
ncdirect_palette_size
|
|
||||||
ncdirect_printf_aligned
|
|
||||||
ncdirect_putstr
|
|
||||||
ncdirect_render_image
|
|
||||||
ncdirect_rounded_box
|
|
||||||
ncdirect_stop
|
|
||||||
ncdirect_styles_off
|
|
||||||
ncdirect_styles_on
|
|
||||||
ncdirect_styles_set
|
|
||||||
ncdirect_vline_interp
|
|
@ -1,3 +0,0 @@
|
|||||||
ncpile_create
|
|
||||||
ncpile_rasterize
|
|
||||||
ncpile_render
|
|
@ -1,100 +0,0 @@
|
|||||||
ncplane_above
|
|
||||||
ncplane_at_cursor
|
|
||||||
ncplane_at_yx
|
|
||||||
ncplane_base
|
|
||||||
ncplane_below
|
|
||||||
ncplane_box
|
|
||||||
ncplane_center_abs
|
|
||||||
ncplane_channels
|
|
||||||
ncplane_contents
|
|
||||||
ncplane_create
|
|
||||||
ncplane_cursor_move_yx
|
|
||||||
ncplane_cursor_yx
|
|
||||||
ncplane_destroy
|
|
||||||
ncplane_dim_yx
|
|
||||||
ncplane_dup
|
|
||||||
ncplane_erase
|
|
||||||
ncplane_fadein
|
|
||||||
ncplane_fadein_iteration
|
|
||||||
ncplane_fadeout
|
|
||||||
ncplane_fadeout_iteration
|
|
||||||
ncplane_format
|
|
||||||
ncplane_gradient
|
|
||||||
ncplane_greyscale
|
|
||||||
ncplane_highgradient
|
|
||||||
ncplane_highgradient_sized
|
|
||||||
ncplane_hline_interp
|
|
||||||
ncplane_home
|
|
||||||
ncplane_mergedown
|
|
||||||
ncplane_mergedown_simple
|
|
||||||
ncplane_move_above
|
|
||||||
ncplane_move_below
|
|
||||||
ncplane_move_bottom
|
|
||||||
ncplane_move_top
|
|
||||||
ncplane_move_yx
|
|
||||||
ncplane_new
|
|
||||||
ncplane_notcurses
|
|
||||||
ncplane_notcurses_const
|
|
||||||
ncplane_off_styles
|
|
||||||
ncplane_on_styles
|
|
||||||
ncplane_parent
|
|
||||||
ncplane_parent_const
|
|
||||||
ncplane_polyfill_yx
|
|
||||||
ncplane_pulse
|
|
||||||
ncplane_putchar_stained
|
|
||||||
ncplane_putc_yx
|
|
||||||
ncplane_putegc_stained
|
|
||||||
ncplane_putegc_yx
|
|
||||||
ncplane_putnstr_aligned
|
|
||||||
ncplane_putnstr_yx
|
|
||||||
ncplane_putstr_aligned
|
|
||||||
ncplane_putstr_stained
|
|
||||||
ncplane_putstr_yx
|
|
||||||
ncplane_puttext
|
|
||||||
ncplane_putwegc_stained
|
|
||||||
ncplane_putwstr_stained
|
|
||||||
ncplane_qrcode
|
|
||||||
ncplane_reparent
|
|
||||||
ncplane_reparent_family
|
|
||||||
ncplane_resize
|
|
||||||
ncplane_resizecb
|
|
||||||
ncplane_resize_realign
|
|
||||||
ncplane_rgba
|
|
||||||
ncplane_rotate_ccw
|
|
||||||
ncplane_rotate_cw
|
|
||||||
ncplane_set_base
|
|
||||||
ncplane_set_base_cell
|
|
||||||
ncplane_set_bchannel
|
|
||||||
ncplane_set_bg_alpha
|
|
||||||
ncplane_set_bg_default
|
|
||||||
ncplane_set_bg_palindex
|
|
||||||
ncplane_set_bg_rgb
|
|
||||||
ncplane_set_bg_rgb8
|
|
||||||
ncplane_set_bg_rgb8_clipped
|
|
||||||
ncplane_set_channels
|
|
||||||
ncplane_set_fchannel
|
|
||||||
ncplane_set_fg_alpha
|
|
||||||
ncplane_set_fg_default
|
|
||||||
ncplane_set_fg_palindex
|
|
||||||
ncplane_set_fg_rgb
|
|
||||||
ncplane_set_fg_rgb8
|
|
||||||
ncplane_set_fg_rgb8_clipped
|
|
||||||
ncplane_set_resizecb
|
|
||||||
ncplane_set_scrolling
|
|
||||||
ncplane_set_styles
|
|
||||||
ncplane_set_userptr
|
|
||||||
ncplane_stain
|
|
||||||
ncplane_styles
|
|
||||||
ncplane_styles_off
|
|
||||||
ncplane_styles_on
|
|
||||||
ncplane_styles_set
|
|
||||||
ncplane_translate
|
|
||||||
ncplane_translate_abs
|
|
||||||
ncplane_userptr
|
|
||||||
ncplane_vline_interp
|
|
||||||
ncplane_vprintf_aligned
|
|
||||||
ncplane_vprintf_stained
|
|
||||||
ncplane_vprintf_yx
|
|
||||||
ncplane_x
|
|
||||||
ncplane_y
|
|
||||||
ncplane_yx
|
|
@ -1,17 +0,0 @@
|
|||||||
ncvisual_at_yx
|
|
||||||
ncvisual_decode
|
|
||||||
ncvisual_decode_loop
|
|
||||||
ncvisual_destroy
|
|
||||||
ncvisual_from_bgra
|
|
||||||
ncvisual_from_file
|
|
||||||
ncvisual_from_plane
|
|
||||||
ncvisual_from_rgba
|
|
||||||
ncvisual_geom
|
|
||||||
ncvisual_polyfill_yx
|
|
||||||
ncvisual_render
|
|
||||||
ncvisual_resize
|
|
||||||
ncvisual_rotate
|
|
||||||
ncvisual_set_yx
|
|
||||||
ncvisual_simple_streamer
|
|
||||||
ncvisual_stream
|
|
||||||
ncvisual_subtitle
|
|
@ -1,39 +0,0 @@
|
|||||||
notcurses_at_yx
|
|
||||||
notcurses_bottom
|
|
||||||
notcurses_canchangecolor
|
|
||||||
notcurses_canfade
|
|
||||||
notcurses_canopen_images
|
|
||||||
notcurses_canopen_videos
|
|
||||||
notcurses_cansixel
|
|
||||||
notcurses_cantruecolor
|
|
||||||
notcurses_canutf8
|
|
||||||
notcurses_cursor_disable
|
|
||||||
notcurses_cursor_enable
|
|
||||||
notcurses_debug
|
|
||||||
notcurses_drop_planes
|
|
||||||
notcurses_getc
|
|
||||||
notcurses_init
|
|
||||||
notcurses_inputready_fd
|
|
||||||
notcurses_lex_blitter
|
|
||||||
notcurses_lex_margins
|
|
||||||
notcurses_lex_scalemode
|
|
||||||
notcurses_mouse_disable
|
|
||||||
notcurses_mouse_enable
|
|
||||||
notcurses_palette_size
|
|
||||||
notcurses_refresh
|
|
||||||
notcurses_render
|
|
||||||
notcurses_render_to_buffer
|
|
||||||
notcurses_render_to_file
|
|
||||||
notcurses_stats
|
|
||||||
notcurses_stats_alloc
|
|
||||||
notcurses_stats_reset
|
|
||||||
notcurses_stdplane
|
|
||||||
notcurses_stdplane_const
|
|
||||||
notcurses_stop
|
|
||||||
notcurses_str_blitter
|
|
||||||
notcurses_str_scalemode
|
|
||||||
notcurses_supported_styles
|
|
||||||
notcurses_top
|
|
||||||
notcurses_ucs32_to_utf8
|
|
||||||
notcurses_version
|
|
||||||
notcurses_version_components
|
|
@ -1,42 +0,0 @@
|
|||||||
cell_bchannel
|
|
||||||
cell_bg_alpha
|
|
||||||
cell_bg_default_p
|
|
||||||
cell_bg_palindex
|
|
||||||
cell_bg_palindex_p
|
|
||||||
cell_bg_rgb
|
|
||||||
cell_bg_rgb8
|
|
||||||
cellcmp
|
|
||||||
cell_double_wide_p
|
|
||||||
cell_extract
|
|
||||||
cell_fchannel
|
|
||||||
cell_fg_alpha
|
|
||||||
cell_fg_default_p
|
|
||||||
cell_fg_palindex
|
|
||||||
cell_fg_palindex_p
|
|
||||||
cell_fg_rgb
|
|
||||||
cell_fg_rgb8
|
|
||||||
cell_init
|
|
||||||
cell_load_char
|
|
||||||
cell_off_styles
|
|
||||||
cell_on_styles
|
|
||||||
cell_prime
|
|
||||||
cell_set_bchannel
|
|
||||||
cell_set_bg_alpha
|
|
||||||
cell_set_bg_default
|
|
||||||
cell_set_bg_palindex
|
|
||||||
cell_set_bg_rgb
|
|
||||||
cell_set_bg_rgb8
|
|
||||||
cell_set_bg_rgb8_clipped
|
|
||||||
cell_set_fchannel
|
|
||||||
cell_set_fg_alpha
|
|
||||||
cell_set_fg_default
|
|
||||||
cell_set_fg_palindex
|
|
||||||
cell_set_fg_rgb
|
|
||||||
cell_set_fg_rgb8
|
|
||||||
cell_set_fg_rgb8_clipped
|
|
||||||
cell_set_styles
|
|
||||||
cells_load_box
|
|
||||||
cell_strdup
|
|
||||||
cell_styles
|
|
||||||
cell_wide_left_p
|
|
||||||
cell_wide_right_p
|
|
@ -1,42 +0,0 @@
|
|||||||
ncplane_align
|
|
||||||
ncplane_at_cursor_cell
|
|
||||||
ncplane_at_yx_cell
|
|
||||||
ncplane_bchannel
|
|
||||||
ncplane_bg_alpha
|
|
||||||
ncplane_bg_default_p
|
|
||||||
ncplane_bg_rgb
|
|
||||||
ncplane_bg_rgb8
|
|
||||||
ncplane_box_sized
|
|
||||||
ncplane_dim_x
|
|
||||||
ncplane_dim_y
|
|
||||||
ncplane_double_box
|
|
||||||
ncplane_double_box_sized
|
|
||||||
ncplane_fchannel
|
|
||||||
ncplane_fg_alpha
|
|
||||||
ncplane_fg_default_p
|
|
||||||
ncplane_fg_rgb
|
|
||||||
ncplane_fg_rgb8
|
|
||||||
ncplane_gradient_sized
|
|
||||||
ncplane_hline
|
|
||||||
ncplane_perimeter
|
|
||||||
ncplane_perimeter_double
|
|
||||||
ncplane_perimeter_rounded
|
|
||||||
ncplane_putc
|
|
||||||
ncplane_putchar
|
|
||||||
ncplane_putchar_yx
|
|
||||||
ncplane_putegc
|
|
||||||
ncplane_putnstr
|
|
||||||
ncplane_putstr
|
|
||||||
ncplane_putwc
|
|
||||||
ncplane_putwc_stained
|
|
||||||
ncplane_putwc_yx
|
|
||||||
ncplane_putwegc
|
|
||||||
ncplane_putwegc_yx
|
|
||||||
ncplane_putwstr
|
|
||||||
ncplane_putwstr_aligned
|
|
||||||
ncplane_putwstr_yx
|
|
||||||
ncplane_resize_simple
|
|
||||||
ncplane_rounded_box
|
|
||||||
ncplane_rounded_box_sized
|
|
||||||
ncplane_vline
|
|
||||||
ncplane_vprintf
|
|
@ -1 +0,0 @@
|
|||||||
ncvisual_default_blitter
|
|
@ -1,299 +0,0 @@
|
|||||||
abort
|
|
||||||
abs
|
|
||||||
accept
|
|
||||||
aligned_alloc
|
|
||||||
asctime
|
|
||||||
asctime_r
|
|
||||||
as_mut_ptr
|
|
||||||
as_ptr
|
|
||||||
atexit
|
|
||||||
atof
|
|
||||||
atoi
|
|
||||||
atol
|
|
||||||
atoll
|
|
||||||
at_quick_exit
|
|
||||||
bind
|
|
||||||
bsearch
|
|
||||||
btowc
|
|
||||||
c16rtomb
|
|
||||||
c32rtomb
|
|
||||||
calloc
|
|
||||||
clearerr
|
|
||||||
clock
|
|
||||||
__cmsg_nxthdr
|
|
||||||
connect
|
|
||||||
ctermid
|
|
||||||
ctime
|
|
||||||
ctime_r
|
|
||||||
__ctype_b_loc
|
|
||||||
__ctype_get_mb_cur_max
|
|
||||||
__ctype_tolower_loc
|
|
||||||
__ctype_toupper_loc
|
|
||||||
cuserid
|
|
||||||
difftime
|
|
||||||
div
|
|
||||||
drand48
|
|
||||||
erand48
|
|
||||||
exit
|
|
||||||
_Exit
|
|
||||||
fclose
|
|
||||||
fdopen
|
|
||||||
feof
|
|
||||||
ferror
|
|
||||||
fflush
|
|
||||||
fgetc
|
|
||||||
fgetpos
|
|
||||||
fgets
|
|
||||||
fgetwc
|
|
||||||
fgetws
|
|
||||||
fileno
|
|
||||||
fopen
|
|
||||||
fprintf
|
|
||||||
fputc
|
|
||||||
fputs
|
|
||||||
fputwc
|
|
||||||
fputws
|
|
||||||
fread
|
|
||||||
free
|
|
||||||
freopen
|
|
||||||
fscanf
|
|
||||||
fscanf1
|
|
||||||
fseek
|
|
||||||
fsetpos
|
|
||||||
ftell
|
|
||||||
fwide
|
|
||||||
fwprintf
|
|
||||||
fwrite
|
|
||||||
fwscanf
|
|
||||||
fwscanf1
|
|
||||||
getc
|
|
||||||
getchar
|
|
||||||
getenv
|
|
||||||
getopt
|
|
||||||
getpeername
|
|
||||||
getsockname
|
|
||||||
getsockopt
|
|
||||||
getw
|
|
||||||
getwc
|
|
||||||
getwchar
|
|
||||||
gmtime
|
|
||||||
gmtime_r
|
|
||||||
htonl
|
|
||||||
htons
|
|
||||||
isalnum
|
|
||||||
isalpha
|
|
||||||
isascii
|
|
||||||
isblank
|
|
||||||
iscntrl
|
|
||||||
isdigit
|
|
||||||
isgraph
|
|
||||||
islower
|
|
||||||
isprint
|
|
||||||
ispunct
|
|
||||||
isspace
|
|
||||||
isupper
|
|
||||||
iswalnum
|
|
||||||
iswalpha
|
|
||||||
iswblank
|
|
||||||
iswcntrl
|
|
||||||
iswctype
|
|
||||||
iswdigit
|
|
||||||
iswgraph
|
|
||||||
iswlower
|
|
||||||
iswprint
|
|
||||||
iswpunct
|
|
||||||
iswspace
|
|
||||||
iswupper
|
|
||||||
iswxdigit
|
|
||||||
isxdigit
|
|
||||||
jrand48
|
|
||||||
kill
|
|
||||||
labs
|
|
||||||
lcong48
|
|
||||||
ldiv
|
|
||||||
__libc_current_sigrtmax
|
|
||||||
__libc_current_sigrtmin
|
|
||||||
listen
|
|
||||||
llabs
|
|
||||||
lldiv
|
|
||||||
localtime
|
|
||||||
localtime_r
|
|
||||||
lrand48
|
|
||||||
malloc
|
|
||||||
mblen
|
|
||||||
__mbrlen
|
|
||||||
mbrlen
|
|
||||||
mbrtoc16
|
|
||||||
mbrtoc32
|
|
||||||
mbrtowc
|
|
||||||
mbsinit
|
|
||||||
mbsrtowcs
|
|
||||||
mbstowcs
|
|
||||||
mbtowc
|
|
||||||
memccpy
|
|
||||||
memchr
|
|
||||||
memcmp
|
|
||||||
memcpy
|
|
||||||
memmove
|
|
||||||
memset
|
|
||||||
mktime
|
|
||||||
mrand48
|
|
||||||
ncstrwidth
|
|
||||||
nrand48
|
|
||||||
ntohl
|
|
||||||
ntohs
|
|
||||||
__overflow
|
|
||||||
pclose
|
|
||||||
perror
|
|
||||||
popen
|
|
||||||
printf
|
|
||||||
putc
|
|
||||||
putchar
|
|
||||||
putenv
|
|
||||||
puts
|
|
||||||
putw
|
|
||||||
putwc
|
|
||||||
putwchar
|
|
||||||
qsort
|
|
||||||
quick_exit
|
|
||||||
raise
|
|
||||||
rand
|
|
||||||
realloc
|
|
||||||
recv
|
|
||||||
recvfrom
|
|
||||||
recvmsg
|
|
||||||
remove
|
|
||||||
rename
|
|
||||||
rewind
|
|
||||||
scanf
|
|
||||||
scanf1
|
|
||||||
seed48
|
|
||||||
send
|
|
||||||
sendmsg
|
|
||||||
sendto
|
|
||||||
setbuf
|
|
||||||
setsockopt
|
|
||||||
setvbuf
|
|
||||||
shutdown
|
|
||||||
sigaction
|
|
||||||
sigaddset
|
|
||||||
sigdelset
|
|
||||||
sigemptyset
|
|
||||||
sigfillset
|
|
||||||
sigismember
|
|
||||||
sigpending
|
|
||||||
sigprocmask
|
|
||||||
sigsuspend
|
|
||||||
snprintf
|
|
||||||
socket
|
|
||||||
socketpair
|
|
||||||
sprintf
|
|
||||||
srand
|
|
||||||
srand48
|
|
||||||
sscanf
|
|
||||||
sscanf1
|
|
||||||
strcat
|
|
||||||
strchr
|
|
||||||
strcmp
|
|
||||||
strcoll
|
|
||||||
strcpy
|
|
||||||
strcspn
|
|
||||||
strerror
|
|
||||||
strftime
|
|
||||||
strlen
|
|
||||||
strncat
|
|
||||||
strncmp
|
|
||||||
strncpy
|
|
||||||
strpbrk
|
|
||||||
strptime
|
|
||||||
strrchr
|
|
||||||
strspn
|
|
||||||
strstr
|
|
||||||
strtod
|
|
||||||
strtof
|
|
||||||
strtok
|
|
||||||
__strtok_r
|
|
||||||
strtok_r
|
|
||||||
strtol
|
|
||||||
strtoll
|
|
||||||
strtoul
|
|
||||||
strtoull
|
|
||||||
strxfrm
|
|
||||||
swprintf
|
|
||||||
swscanf
|
|
||||||
swscanf1
|
|
||||||
__sysconf
|
|
||||||
system
|
|
||||||
__sysv_signal
|
|
||||||
tempnam
|
|
||||||
time
|
|
||||||
timespec_get
|
|
||||||
tmpfile
|
|
||||||
tmpnam
|
|
||||||
toascii
|
|
||||||
_tolower
|
|
||||||
tolower
|
|
||||||
_toupper
|
|
||||||
toupper
|
|
||||||
towlower
|
|
||||||
towupper
|
|
||||||
tzset
|
|
||||||
__uflow
|
|
||||||
ungetc
|
|
||||||
ungetwc
|
|
||||||
vfprintf
|
|
||||||
vfscanf
|
|
||||||
vfscanf1
|
|
||||||
vfwprintf
|
|
||||||
vfwscanf
|
|
||||||
vprintf
|
|
||||||
vscanf
|
|
||||||
vscanf1
|
|
||||||
vsnprintf
|
|
||||||
vsprintf
|
|
||||||
vsscanf
|
|
||||||
vsscanf1
|
|
||||||
vswprintf
|
|
||||||
vswscanf
|
|
||||||
vwprintf
|
|
||||||
vwscanf
|
|
||||||
wcrtomb
|
|
||||||
wcscat
|
|
||||||
wcschr
|
|
||||||
wcscmp
|
|
||||||
wcscoll
|
|
||||||
wcscpy
|
|
||||||
wcscspn
|
|
||||||
wcsftime
|
|
||||||
wcslen
|
|
||||||
wcsncat
|
|
||||||
wcsncmp
|
|
||||||
wcsncpy
|
|
||||||
wcspbrk
|
|
||||||
wcsrchr
|
|
||||||
wcsrtombs
|
|
||||||
wcsspn
|
|
||||||
wcsstr
|
|
||||||
wcstod
|
|
||||||
wcstof
|
|
||||||
wcstok
|
|
||||||
wcstol
|
|
||||||
wcstoll
|
|
||||||
wcstombs
|
|
||||||
wcstoul
|
|
||||||
wcstoull
|
|
||||||
wcswcs
|
|
||||||
wcswidth
|
|
||||||
wcsxfrm
|
|
||||||
wctob
|
|
||||||
wctomb
|
|
||||||
wctype
|
|
||||||
wcwidth
|
|
||||||
wmemchr
|
|
||||||
wmemcmp
|
|
||||||
wmemcpy
|
|
||||||
wmemmove
|
|
||||||
wmemset
|
|
||||||
wprintf
|
|
||||||
wscanf
|
|
||||||
wscanf1
|
|
@ -1,6 +0,0 @@
|
|||||||
cell_duplicate
|
|
||||||
cell_extended_gcluster
|
|
||||||
cell_load
|
|
||||||
cell_release
|
|
||||||
cells_double_box
|
|
||||||
cells_rounded_box
|
|
@ -1,2 +0,0 @@
|
|||||||
ncblit_bgrx
|
|
||||||
ncblit_rgba
|
|
@ -1,6 +0,0 @@
|
|||||||
ncdplot_add_sample
|
|
||||||
ncdplot_create
|
|
||||||
ncdplot_destroy
|
|
||||||
ncdplot_plane
|
|
||||||
ncdplot_sample
|
|
||||||
ncdplot_set_sample
|
|
@ -1,3 +0,0 @@
|
|||||||
ncfadectx_free
|
|
||||||
ncfadectx_iterations
|
|
||||||
ncfadectx_setup
|
|
@ -1,3 +0,0 @@
|
|||||||
ncfdplane_create
|
|
||||||
ncfdplane_destroy
|
|
||||||
ncfdplane_plane
|
|
@ -1,13 +0,0 @@
|
|||||||
ncmenu_create
|
|
||||||
ncmenu_destroy
|
|
||||||
ncmenu_item_set_status
|
|
||||||
ncmenu_mouse_selected
|
|
||||||
ncmenu_nextitem
|
|
||||||
ncmenu_nextsection
|
|
||||||
ncmenu_offer_input
|
|
||||||
ncmenu_plane
|
|
||||||
ncmenu_previtem
|
|
||||||
ncmenu_prevsection
|
|
||||||
ncmenu_rollup
|
|
||||||
ncmenu_selected
|
|
||||||
ncmenu_unroll
|
|
@ -1 +0,0 @@
|
|||||||
ncmetric
|
|
@ -1,5 +0,0 @@
|
|||||||
ncmultiselector_create
|
|
||||||
ncmultiselector_destroy
|
|
||||||
ncmultiselector_offer_input
|
|
||||||
ncmultiselector_plane
|
|
||||||
ncmultiselector_selected
|
|
@ -1,11 +0,0 @@
|
|||||||
ncreader_clear
|
|
||||||
ncreader_contents
|
|
||||||
ncreader_create
|
|
||||||
ncreader_destroy
|
|
||||||
ncreader_move_down
|
|
||||||
ncreader_move_left
|
|
||||||
ncreader_move_right
|
|
||||||
ncreader_move_up
|
|
||||||
ncreader_offer_input
|
|
||||||
ncreader_plane
|
|
||||||
ncreader_write_egc
|
|
@ -1,11 +0,0 @@
|
|||||||
ncreel_add
|
|
||||||
ncreel_create
|
|
||||||
ncreel_del
|
|
||||||
ncreel_destroy
|
|
||||||
ncreel_focused
|
|
||||||
ncreel_next
|
|
||||||
ncreel_offer_input
|
|
||||||
ncreel_plane
|
|
||||||
ncreel_prev
|
|
||||||
ncreel_redraw
|
|
||||||
ncreel_tabletcount
|
|
@ -1,9 +0,0 @@
|
|||||||
ncselector_additem
|
|
||||||
ncselector_create
|
|
||||||
ncselector_delitem
|
|
||||||
ncselector_destroy
|
|
||||||
ncselector_nextitem
|
|
||||||
ncselector_offer_input
|
|
||||||
ncselector_plane
|
|
||||||
ncselector_previtem
|
|
||||||
ncselector_selected
|
|
@ -1,5 +0,0 @@
|
|||||||
ncsubproc_createv
|
|
||||||
ncsubproc_createvp
|
|
||||||
ncsubproc_createvpe
|
|
||||||
ncsubproc_destroy
|
|
||||||
ncsubproc_plane
|
|
@ -1,3 +0,0 @@
|
|||||||
nctablet_ncplane
|
|
||||||
nctablet_plane
|
|
||||||
nctablet_userptr
|
|
@ -1,6 +0,0 @@
|
|||||||
ncuplot_add_sample
|
|
||||||
ncuplot_create
|
|
||||||
ncuplot_destroy
|
|
||||||
ncuplot_plane
|
|
||||||
ncuplot_sample
|
|
||||||
ncuplot_set_sample
|
|
@ -1,3 +0,0 @@
|
|||||||
palette256_free
|
|
||||||
palette256_new
|
|
||||||
palette256_use
|
|
@ -1,4 +0,0 @@
|
|||||||
bprefix
|
|
||||||
iprefix
|
|
||||||
ncinput_equal_p
|
|
||||||
qprefix
|
|
@ -1,39 +0,0 @@
|
|||||||
channel_alpha
|
|
||||||
channel_b
|
|
||||||
channel_default_p
|
|
||||||
channel_g
|
|
||||||
channel_palindex_p
|
|
||||||
channel_r
|
|
||||||
channel_rgb8
|
|
||||||
channels_bchannel
|
|
||||||
channels_bg_alpha
|
|
||||||
channels_bg_default_p
|
|
||||||
channels_bg_palindex_p
|
|
||||||
channels_bg_rgb
|
|
||||||
channels_bg_rgb8
|
|
||||||
channels_combine
|
|
||||||
channel_set
|
|
||||||
channel_set_alpha
|
|
||||||
channel_set_default
|
|
||||||
channel_set_rgb8
|
|
||||||
channel_set_rgb8_clipped
|
|
||||||
channels_fchannel
|
|
||||||
channels_fg_alpha
|
|
||||||
channels_fg_default_p
|
|
||||||
channels_fg_palindex_p
|
|
||||||
channels_fg_rgb
|
|
||||||
channels_fg_rgb8
|
|
||||||
channels_set_bchannel
|
|
||||||
channels_set_bg_alpha
|
|
||||||
channels_set_bg_default
|
|
||||||
channels_set_bg_palindex
|
|
||||||
channels_set_bg_rgb
|
|
||||||
channels_set_bg_rgb8
|
|
||||||
channels_set_bg_rgb8_clipped
|
|
||||||
channels_set_fchannel
|
|
||||||
channels_set_fg_alpha
|
|
||||||
channels_set_fg_default
|
|
||||||
channels_set_fg_palindex
|
|
||||||
channels_set_fg_rgb
|
|
||||||
channels_set_fg_rgb8
|
|
||||||
channels_set_fg_rgb8_clipped
|
|
@ -1,2 +0,0 @@
|
|||||||
nckey_mouse_p
|
|
||||||
nckey_supppuab_p
|
|
@ -1,10 +0,0 @@
|
|||||||
ncpixel
|
|
||||||
ncpixel_a
|
|
||||||
ncpixel_b
|
|
||||||
ncpixel_g
|
|
||||||
ncpixel_r
|
|
||||||
ncpixel_set_a
|
|
||||||
ncpixel_set_b
|
|
||||||
ncpixel_set_g
|
|
||||||
ncpixel_set_r
|
|
||||||
ncpixel_set_rgb8
|
|
@ -1,6 +0,0 @@
|
|||||||
notcurses_align
|
|
||||||
notcurses_getc_blocking
|
|
||||||
notcurses_getc_nblock
|
|
||||||
notcurses_stddim_yx
|
|
||||||
notcurses_stddim_yx_const
|
|
||||||
notcurses_term_dim_yx
|
|
@ -1,3 +0,0 @@
|
|||||||
palette256_get_rgb8
|
|
||||||
palette256_set
|
|
||||||
palette256_set_rgb8
|
|
@ -1,17 +1,17 @@
|
|||||||
GENERAL
|
GENERAL
|
||||||
-------
|
-------
|
||||||
bindgen generated functions (bg): 599
|
bindgen generated functions (bg): 655
|
||||||
static inline functions (si): 158
|
static inline functions (si): 165
|
||||||
|
|
||||||
grouped by the following prefixes:
|
grouped by the following prefixes:
|
||||||
cell channel ncblit ncdirect ncdplot ncfadectx ncfdplane nckey ncmenu ncmetric ncmultiselector ncpile ncpixel ncplane ncprogbar ncreader ncreel ncselector ncsubproc nctablet ncuplot ncvisual notcurses palette
|
cell channel ncblit ncdirect ncdplot ncfadectx ncfdplane nckey ncmenu ncmetric ncmultiselector ncpile ncpixel ncplane ncprogbar ncreader ncreel ncselector ncsubproc nctab nctablet nctree ncuplot ncvisual notcurses palette
|
||||||
--------------------------
|
--------------------------
|
||||||
(bg, si)
|
(bg, si)
|
||||||
|
|
||||||
cell: (6, 43)
|
cell: (6, 39)
|
||||||
channel: (0, 39)
|
channel: (0, 43)
|
||||||
ncblit: (2, 0)
|
ncblit: (2, 0)
|
||||||
ncdirect: (40, 0)
|
ncdirect: (46, 0)
|
||||||
ncdplot: (6, 0)
|
ncdplot: (6, 0)
|
||||||
ncfadectx: (3, 0)
|
ncfadectx: (3, 0)
|
||||||
ncfdplane: (3, 0)
|
ncfdplane: (3, 0)
|
||||||
@ -21,16 +21,18 @@ ncmetric: (1, 0)
|
|||||||
ncmultiselec(5, 0)
|
ncmultiselec(5, 0)
|
||||||
ncpile: (5, 0)
|
ncpile: (5, 0)
|
||||||
ncpixel: (0, 10)
|
ncpixel: (0, 10)
|
||||||
ncplane: (103, 41)
|
ncplane: (107, 42)
|
||||||
ncprogbar: (5, 0)
|
ncprogbar: (5, 0)
|
||||||
ncreader: (11, 0)
|
ncreader: (11, 0)
|
||||||
ncreel: (11, 0)
|
ncreel: (11, 0)
|
||||||
ncselector: (9, 0)
|
ncselector: (9, 0)
|
||||||
ncsubproc: (5, 0)
|
ncsubproc: (5, 0)
|
||||||
|
nctab: (37, 3)
|
||||||
nctablet: (3, 0)
|
nctablet: (3, 0)
|
||||||
|
nctree: (9, 0)
|
||||||
ncuplot: (6, 0)
|
ncuplot: (6, 0)
|
||||||
ncvisual: (18, 0)
|
ncvisual: (18, 0)
|
||||||
notcurses: (42, 6)
|
notcurses: (45, 6)
|
||||||
palette: (3, 3)
|
palette: (3, 3)
|
||||||
|
|
||||||
rest of the functions (bg/si):(4, 299)
|
rest of the functions (bg/si):(5, 299)
|
@ -1,10 +1,9 @@
|
|||||||
ncdirect_bg_default
|
|
||||||
ncdirect_bg_palindex
|
|
||||||
ncdirect_bg_rgb
|
|
||||||
ncdirect_box
|
ncdirect_box
|
||||||
ncdirect_canopen_images
|
ncdirect_canopen_images
|
||||||
ncdirect_canutf8
|
ncdirect_canutf8
|
||||||
|
ncdirect_check_pixel_support
|
||||||
ncdirect_clear
|
ncdirect_clear
|
||||||
|
ncdirect_core_init
|
||||||
ncdirect_cursor_disable
|
ncdirect_cursor_disable
|
||||||
ncdirect_cursor_down
|
ncdirect_cursor_down
|
||||||
ncdirect_cursor_enable
|
ncdirect_cursor_enable
|
||||||
@ -18,21 +17,28 @@ ncdirect_cursor_yx
|
|||||||
ncdirect_dim_x
|
ncdirect_dim_x
|
||||||
ncdirect_dim_y
|
ncdirect_dim_y
|
||||||
ncdirect_double_box
|
ncdirect_double_box
|
||||||
ncdirect_fg_default
|
|
||||||
ncdirect_fg_palindex
|
|
||||||
ncdirect_fg_rgb
|
|
||||||
ncdirect_flush
|
ncdirect_flush
|
||||||
ncdirect_getc
|
ncdirect_getc
|
||||||
ncdirect_hline_interp
|
ncdirect_hline_interp
|
||||||
ncdirect_init
|
ncdirect_init
|
||||||
ncdirect_inputready_fd
|
ncdirect_inputready_fd
|
||||||
|
ncdirect_off_styles
|
||||||
|
ncdirect_on_styles
|
||||||
ncdirect_palette_size
|
ncdirect_palette_size
|
||||||
ncdirect_printf_aligned
|
ncdirect_printf_aligned
|
||||||
ncdirect_putstr
|
ncdirect_putstr
|
||||||
ncdirect_raster_frame
|
ncdirect_raster_frame
|
||||||
|
ncdirect_readline
|
||||||
ncdirect_render_frame
|
ncdirect_render_frame
|
||||||
ncdirect_render_image
|
ncdirect_render_image
|
||||||
ncdirect_rounded_box
|
ncdirect_rounded_box
|
||||||
|
ncdirect_set_bg_default
|
||||||
|
ncdirect_set_bg_palindex
|
||||||
|
ncdirect_set_bg_rgb
|
||||||
|
ncdirect_set_fg_default
|
||||||
|
ncdirect_set_fg_palindex
|
||||||
|
ncdirect_set_fg_rgb
|
||||||
|
ncdirect_set_styles
|
||||||
ncdirect_stop
|
ncdirect_stop
|
||||||
ncdirect_styles_off
|
ncdirect_styles_off
|
||||||
ncdirect_styles_on
|
ncdirect_styles_on
|
@ -1,4 +1,7 @@
|
|||||||
ncplane_above
|
ncplane_above
|
||||||
|
ncplane_abs_x
|
||||||
|
ncplane_abs_y
|
||||||
|
ncplane_abs_yx
|
||||||
ncplane_at_cursor
|
ncplane_at_cursor
|
||||||
ncplane_at_cursor_cell
|
ncplane_at_cursor_cell
|
||||||
ncplane_at_yx
|
ncplane_at_yx
|
||||||
@ -60,6 +63,7 @@ ncplane_reparent
|
|||||||
ncplane_reparent_family
|
ncplane_reparent_family
|
||||||
ncplane_resize
|
ncplane_resize
|
||||||
ncplane_resizecb
|
ncplane_resizecb
|
||||||
|
ncplane_resize_marginalized
|
||||||
ncplane_resize_maximize
|
ncplane_resize_maximize
|
||||||
ncplane_resize_realign
|
ncplane_resize_realign
|
||||||
ncplane_rgba
|
ncplane_rgba
|
37
tools/function-summary/out-20210406/bindgen/nctab
Normal file
37
tools/function-summary/out-20210406/bindgen/nctab
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
nctabbed_add
|
||||||
|
nctabbed_channels
|
||||||
|
nctabbed_content_plane
|
||||||
|
nctabbed_create
|
||||||
|
nctabbed_del
|
||||||
|
nctabbed_destroy
|
||||||
|
nctabbed_ensure_selected_header_visible
|
||||||
|
nctabbed_leftmost
|
||||||
|
nctabbed_next
|
||||||
|
nctabbed_plane
|
||||||
|
nctabbed_prev
|
||||||
|
nctabbed_redraw
|
||||||
|
nctabbed_rotate
|
||||||
|
nctabbed_select
|
||||||
|
nctabbed_selected
|
||||||
|
nctabbed_separator
|
||||||
|
nctabbed_separator_width
|
||||||
|
nctabbed_set_hdrchan
|
||||||
|
nctabbed_set_selchan
|
||||||
|
nctabbed_set_separator
|
||||||
|
nctabbed_set_sepchan
|
||||||
|
nctabbed_tabcount
|
||||||
|
nctab_cb
|
||||||
|
nctablet_ncplane
|
||||||
|
nctablet_plane
|
||||||
|
nctablet_userptr
|
||||||
|
nctab_move
|
||||||
|
nctab_move_left
|
||||||
|
nctab_move_right
|
||||||
|
nctab_name
|
||||||
|
nctab_name_width
|
||||||
|
nctab_next
|
||||||
|
nctab_prev
|
||||||
|
nctab_set_cb
|
||||||
|
nctab_set_name
|
||||||
|
nctab_set_userptr
|
||||||
|
nctab_userptr
|
9
tools/function-summary/out-20210406/bindgen/nctree
Normal file
9
tools/function-summary/out-20210406/bindgen/nctree
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
nctree_create
|
||||||
|
nctree_destroy
|
||||||
|
nctree_focused
|
||||||
|
nctree_goto
|
||||||
|
nctree_next
|
||||||
|
nctree_offer_input
|
||||||
|
nctree_plane
|
||||||
|
nctree_prev
|
||||||
|
nctree_redraw
|
@ -1,16 +1,19 @@
|
|||||||
notcurses_at_yx
|
notcurses_at_yx
|
||||||
notcurses_bottom
|
notcurses_bottom
|
||||||
|
notcurses_canbraille
|
||||||
notcurses_canchangecolor
|
notcurses_canchangecolor
|
||||||
notcurses_canfade
|
notcurses_canfade
|
||||||
notcurses_canopen_images
|
notcurses_canopen_images
|
||||||
notcurses_canopen_videos
|
notcurses_canopen_videos
|
||||||
notcurses_cansextant
|
notcurses_cansextant
|
||||||
notcurses_cansixel
|
|
||||||
notcurses_cantruecolor
|
notcurses_cantruecolor
|
||||||
notcurses_canutf8
|
notcurses_canutf8
|
||||||
|
notcurses_check_pixel_support
|
||||||
|
notcurses_core_init
|
||||||
notcurses_cursor_disable
|
notcurses_cursor_disable
|
||||||
notcurses_cursor_enable
|
notcurses_cursor_enable
|
||||||
notcurses_debug
|
notcurses_debug
|
||||||
|
notcurses_debug_caps
|
||||||
notcurses_drop_planes
|
notcurses_drop_planes
|
||||||
notcurses_getc
|
notcurses_getc
|
||||||
notcurses_init
|
notcurses_init
|
@ -1,3 +1,4 @@
|
|||||||
|
ALLOC static inline char*
|
||||||
bprefix
|
bprefix
|
||||||
iprefix
|
iprefix
|
||||||
ncinput_equal_p
|
ncinput_equal_p
|
@ -1,4 +1,3 @@
|
|||||||
cell_bchannel
|
|
||||||
cell_bg_alpha
|
cell_bg_alpha
|
||||||
cell_bg_default_p
|
cell_bg_default_p
|
||||||
cell_bg_palindex
|
cell_bg_palindex
|
||||||
@ -8,7 +7,6 @@ cell_bg_rgb8
|
|||||||
cellcmp
|
cellcmp
|
||||||
cell_double_wide_p
|
cell_double_wide_p
|
||||||
cell_extract
|
cell_extract
|
||||||
cell_fchannel
|
|
||||||
cell_fg_alpha
|
cell_fg_alpha
|
||||||
cell_fg_default_p
|
cell_fg_default_p
|
||||||
cell_fg_palindex
|
cell_fg_palindex
|
||||||
@ -21,14 +19,12 @@ cell_load_egc32
|
|||||||
cell_off_styles
|
cell_off_styles
|
||||||
cell_on_styles
|
cell_on_styles
|
||||||
cell_prime
|
cell_prime
|
||||||
cell_set_bchannel
|
|
||||||
cell_set_bg_alpha
|
cell_set_bg_alpha
|
||||||
cell_set_bg_default
|
cell_set_bg_default
|
||||||
cell_set_bg_palindex
|
cell_set_bg_palindex
|
||||||
cell_set_bg_rgb
|
cell_set_bg_rgb
|
||||||
cell_set_bg_rgb8
|
cell_set_bg_rgb8
|
||||||
cell_set_bg_rgb8_clipped
|
cell_set_bg_rgb8_clipped
|
||||||
cell_set_fchannel
|
|
||||||
cell_set_fg_alpha
|
cell_set_fg_alpha
|
||||||
cell_set_fg_default
|
cell_set_fg_default
|
||||||
cell_set_fg_palindex
|
cell_set_fg_palindex
|
@ -2,12 +2,14 @@ channel_alpha
|
|||||||
channel_b
|
channel_b
|
||||||
channel_default_p
|
channel_default_p
|
||||||
channel_g
|
channel_g
|
||||||
|
channel_palindex
|
||||||
channel_palindex_p
|
channel_palindex_p
|
||||||
channel_r
|
channel_r
|
||||||
channel_rgb8
|
channel_rgb8
|
||||||
channels_bchannel
|
channels_bchannel
|
||||||
channels_bg_alpha
|
channels_bg_alpha
|
||||||
channels_bg_default_p
|
channels_bg_default_p
|
||||||
|
channels_bg_palindex
|
||||||
channels_bg_palindex_p
|
channels_bg_palindex_p
|
||||||
channels_bg_rgb
|
channels_bg_rgb
|
||||||
channels_bg_rgb8
|
channels_bg_rgb8
|
||||||
@ -15,11 +17,13 @@ channels_combine
|
|||||||
channel_set
|
channel_set
|
||||||
channel_set_alpha
|
channel_set_alpha
|
||||||
channel_set_default
|
channel_set_default
|
||||||
|
channel_set_palindex
|
||||||
channel_set_rgb8
|
channel_set_rgb8
|
||||||
channel_set_rgb8_clipped
|
channel_set_rgb8_clipped
|
||||||
channels_fchannel
|
channels_fchannel
|
||||||
channels_fg_alpha
|
channels_fg_alpha
|
||||||
channels_fg_default_p
|
channels_fg_default_p
|
||||||
|
channels_fg_palindex
|
||||||
channels_fg_palindex_p
|
channels_fg_palindex_p
|
||||||
channels_fg_rgb
|
channels_fg_rgb
|
||||||
channels_fg_rgb8
|
channels_fg_rgb8
|
@ -1,4 +1,3 @@
|
|||||||
ncplane_align
|
|
||||||
ncplane_bchannel
|
ncplane_bchannel
|
||||||
ncplane_bg_alpha
|
ncplane_bg_alpha
|
||||||
ncplane_bg_default_p
|
ncplane_bg_default_p
|
||||||
@ -16,6 +15,7 @@ ncplane_fg_default_p
|
|||||||
ncplane_fg_rgb
|
ncplane_fg_rgb
|
||||||
ncplane_fg_rgb8
|
ncplane_fg_rgb8
|
||||||
ncplane_gradient_sized
|
ncplane_gradient_sized
|
||||||
|
ncplane_halign
|
||||||
ncplane_hline
|
ncplane_hline
|
||||||
ncplane_perimeter
|
ncplane_perimeter
|
||||||
ncplane_perimeter_double
|
ncplane_perimeter_double
|
||||||
@ -37,5 +37,6 @@ ncplane_putwstr_yx
|
|||||||
ncplane_resize_simple
|
ncplane_resize_simple
|
||||||
ncplane_rounded_box
|
ncplane_rounded_box
|
||||||
ncplane_rounded_box_sized
|
ncplane_rounded_box_sized
|
||||||
|
ncplane_valign
|
||||||
ncplane_vline
|
ncplane_vline
|
||||||
ncplane_vprintf
|
ncplane_vprintf
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user