History log of /netbsd-src/lib/libcurses/Makefile (Results 1 – 25 of 96)
Revision Date Author Comments
# 31a83dd9 06-Sep-2021 rin <rin@NetBSD.org>

Always autogen fileio.h.

Bump CURSES_LIB_MAJOR.CURSES_LIB_MINOR to 9.0 belatedly.


# 30911e57 27-Jun-2021 christos <christos@NetBSD.org>

Fix SSP build


# bb2ce1fb 23-Mar-2020 roy <roy@NetBSD.org>

curses: Add stubs for mouse functions

No mouse support actually included.
But that doesn't matter because most terms don't actually support a mouse.

We should look into hooking these into wsmouse(4

curses: Add stubs for mouse functions

No mouse support actually included.
But that doesn't matter because most terms don't actually support a mouse.

We should look into hooking these into wsmouse(4) and xterm mouse
in the future.

Compatable with nCurses mouse API version 2.

show more ...


# cc96515f 03-Sep-2019 roy <roy@NetBSD.org>

curses: believe in unicorns

Hopefully this ends the bikeshed.
If you don't believe in unicorns, please #if 0 it out to preserve
the humour.


# b02c2cea 03-Sep-2019 roy <roy@NetBSD.org>

curses: Add __NetBSD_Curses_Version__

Similar to __NetBSD_Version__ from sys/param.h but has no
correlation to it or the ELF symver libcurses is built as.

If we say that v1 was everything prior to

curses: Add __NetBSD_Curses_Version__

Similar to __NetBSD_Version__ from sys/param.h but has no
correlation to it or the ELF symver libcurses is built as.

If we say that v1 was everything prior to this, it makes sense to
start this from v2.

show more ...


# c977d4cf 02-Sep-2019 roy <roy@NetBSD.org>

curses(3): add curses_version()

Returns NetBSD-Curses %s
Where %s is the NetBSD version taken from sys/param.h

Discussed on tech-net@, only for ncurses compat.


# e0a45a7a 22-Nov-2018 uwe <uwe@NetBSD.org>

We need insstr.c for !HAVE_WCHAR too.


# 22b16841 19-Nov-2018 uwe <uwe@NetBSD.org>

Provide basic documentation on getcchar(3) and setcchar(3).

Looks like we don't have any of wide curses stuff documented, so this
seems to be a good place to start. Needs more exposition on wide
at

Provide basic documentation on getcchar(3) and setcchar(3).

Looks like we don't have any of wide curses stuff documented, so this
seems to be a good place to start. Needs more exposition on wide
attr_t and how it's related to non-wide chtype, etc, etc.

show more ...


# d2a41e94 18-Nov-2018 uwe <uwe@NetBSD.org>

Oops, revert previous. Wrong tree.


# e573989c 18-Nov-2018 uwe <uwe@NetBSD.org>

Comment out LIBDPLIBS so that this can be built outside of the tree.


# 90fc733d 25-Oct-2018 uwe <uwe@NetBSD.org>

Rename curses_insertch.3 to curses_insch.3 to match the function names
documented in that manpage. With the letter salad used in curses
function names naming consistency is very important and this p

Rename curses_insertch.3 to curses_insch.3 to match the function names
documented in that manpage. With the letter salad used in curses
function names naming consistency is very important and this page was
the only one that didn't match.

Add mvinsch and mvwinsch links. Update xrefs in other man pages.

show more ...


# 2357fc5d 10-Jun-2018 christos <christos@NetBSD.org>

use SUBDIR.roff suggested by uwe@


# a2ac1ce4 24-Jan-2017 roy <roy@NetBSD.org>

Implement POSIX Curses Soft Label Key functions.


# c77e1d01 11-Jan-2017 roy <roy@NetBSD.org>

Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move window

Move the ripoffline logic out of screen.c and into ripoffline.c.
Store ripped off lines in the SCREEN structure so we can repaint then
when the terminal is resized.
Fix mvwin(3) so it can move windows in the ripped off area.

show more ...


# 25445577 10-Jan-2017 roy <roy@NetBSD.org>

Implement POSIX curses function ripoffline(3).


# 506f84ec 05-Jan-2017 roy <roy@NetBSD.org>

Implement ncurses is_pad(3).
Correct documentation about is_keypad(3).


# 4550c528 05-Jan-2017 roy <roy@NetBSD.org>

Implement is_term_resized and resize_term(3) ncurses extensions.
resizeterm(3) is now a wrapper for resize_term(3).


# 47cc2fc3 05-Jan-2017 roy <roy@NetBSD.org>

Add the set_escdelay(3) and set_tabsize(3) ncurses extensions.


# 5a86062c 03-Jan-2017 roy <roy@NetBSD.org>

Add missing man pages for wsyncup.3 and wcursyncup.3


# 1369811d 02-Jan-2017 roy <roy@NetBSD.org>

Implement POSIX Curses functions immedok(3) and syncok(3).


# 6de5f0d1 01-Jan-2017 roy <roy@NetBSD.org>

Implement ncurses extension has_key.


# a663bc11 31-Dec-2016 roy <roy@NetBSD.org>

Implement POSIX Curses typeahead function.


# 77943ff6 31-Dec-2016 roy <roy@NetBSD.org>

Implement POSIX curses use_env function.


# 2ab1e31d 31-Dec-2016 roy <roy@NetBSD.org>

Implement ncurses extensions is_leaveok and is_keypad.

The former allows the ncurses (and pdcurses) macros getsyx and setsyx
to be implemented, which is needed by a surprising number of applications

Implement ncurses extensions is_leaveok and is_keypad.

The former allows the ncurses (and pdcurses) macros getsyx and setsyx
to be implemented, which is needed by a surprising number of applications.

The latter is needed for Python curses support so it doesn't have to dive
into ncurses window structure.

show more ...


# 1c3d3283 30-Dec-2016 roy <roy@NetBSD.org>

Add the POSIX filter() function to libcurses.


1234