History log of /src/tests/lib/libcurses/check_files/addstr3.chk
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: perseant-exfatfs-base-20250801 netbsd-11-base perseant-exfatfs-base-20240630 perseant-exfatfs-base
# 1.5 05-Oct-2023 blymn

Update check files affected by a fix to addbyte.c in libcurses.


Revision tags: netbsd-10-base
# 1.4 04-Nov-2022 blymn

branches: 1.4.2;
Update check files to allow for changes due to fixes to libcurses.


# 1.3 12-Apr-2022 blymn

Update to account for default colour change in libcurses.


# 1.2 22-Jun-2021 blymn

Update the check files to account for fixes to addstr.c


Revision tags: cjep_sun2x-base1
# 1.1 06-Jun-2021 blymn

branches: 1.1.2;
New tests and updates for corrected behaviour due to fix for PR56224
* Added extra testing to the addstr test to demonstrate bug described
in PR#56224 and validate case when scrolling enabled still works.
* Fixed slk test, the slk_init output changed due to corrected wrapping,
slk_restore no longer returns ERR probably due to addwchar no longer
returning ERR when an implicit scroll was attempted when scrolling
disabled. Commented out the slk_wset test, this is now returning ERR
instead of misbehaving, needs investigation.