mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-11-02 09:40:15 +00:00
80 lines
1.8 KiB
Plaintext
80 lines
1.8 KiB
Plaintext
|
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:
|
||
|
-------------------
|