mirror of
https://github.com/Aigor44/ncursesw-morphos.git
synced 2024-12-27 07:49:06 +08:00
3511767aa7
+ add some test programs (and make these use the same special keys by sharing linedata.h functions): test/test_addstr.c test/test_addwstr.c test/test_addchstr.c test/test_add_wchstr.c + correct internal _nc_insert_ch() to use _nc_insert_wch() when inserting wide characters, since the wins_wch() function that it used did not update the cursor position (report by Ciprian Craciun). |
||
---|---|---|
.. | ||
charable.c | ||
lib_add_wch.c | ||
lib_box_set.c | ||
lib_cchar.c | ||
lib_erasewchar.c | ||
lib_get_wch.c | ||
lib_get_wstr.c | ||
lib_hline_set.c | ||
lib_in_wch.c | ||
lib_in_wchnstr.c | ||
lib_ins_wch.c | ||
lib_inwstr.c | ||
lib_key_name.c | ||
lib_pecho_wchar.c | ||
lib_slk_wset.c | ||
lib_unget_wch.c | ||
lib_vid_attr.c | ||
lib_vline_set.c | ||
lib_wacs.c | ||
lib_wunctrl.c |