]> git.ipfire.org Git - thirdparty/vala.git/commit
curses: Add Terminfo API set, function keycodes F(n) and minor changes
authorReuben Thomas <rrt@sc3d.org>
Wed, 21 Oct 2020 19:59:41 +0000 (21:59 +0200)
committerRico Tzschichholz <ricotz@ubuntu.com>
Wed, 21 Oct 2020 19:59:41 +0000 (21:59 +0200)
commit70c40bfec82cc104f129e738f2729d8117808d31
treeb92db44f7d9d67fc2d985304431c56ed9d092f95
parent980cb7da20fc4cc3f733a8af1f0dc3f4a247d832
curses: Add Terminfo API set, function keycodes F(n) and minor changes

Some terminfo-related API were already bound (mvcur, vidattr, vidputs);
move these all together, and add missing symbols (all from term.h).
Bind the “F(n)” macro for function key codes.
Annotate VidputsPutcFunc for correct C generation.
Add attribute A_ITALIC (ncurses extension).
vapi/curses.vapi