.. |
EXAMPLES
|
…
|
|
PSD.doc
|
Use TOOL_VFONTEDPR
|
2014-07-15 13:27:58 +00:00 |
Makefile
|
Remove stray .if make(insatll).
|
2014-07-05 22:31:32 +00:00 |
acs.c
|
…
|
|
add_wch.c
|
Add missing new line in debug print.
|
2016-01-07 07:36:35 +00:00 |
add_wchstr.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
addbytes.c
|
If we are inserting spaces to account for a tab, move the x position of the
|
2016-11-28 18:25:26 +00:00 |
addch.c
|
Rename the old __waddbytes function to _cursesi_waddbytes and add a
|
2013-11-09 11:16:59 +00:00 |
addchnstr.c
|
Rename the old __waddbytes function to _cursesi_waddbytes and add a
|
2013-11-09 11:16:59 +00:00 |
addnstr.c
|
Remove bogus length check - SUSV2 says add(n)str wraps and performs
|
2014-07-13 01:58:08 +00:00 |
addwstr.c
|
…
|
|
attributes.c
|
…
|
|
background.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
bell.c
|
…
|
|
border.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
box.c
|
…
|
|
cchar.c
|
…
|
|
chgat.c
|
…
|
|
clear.c
|
…
|
|
clearok.c
|
…
|
|
clrtobot.c
|
…
|
|
clrtoeol.c
|
…
|
|
color.c
|
…
|
|
copywin.c
|
Improve debug information.
|
2016-12-11 21:25:22 +00:00 |
cr_put.c
|
…
|
|
ctrace.c
|
…
|
|
cur_hash.c
|
…
|
|
curs_set.c
|
…
|
|
curses.3
|
…
|
|
curses.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
curses.h
|
mvgetnstr should have a length argument as the name implies.
|
2015-06-08 12:38:57 +00:00 |
curses_addch.3
|
…
|
|
curses_addchstr.3
|
…
|
|
curses_addstr.3
|
…
|
|
curses_attributes.3
|
…
|
|
curses_background.3
|
…
|
|
curses_border.3
|
…
|
|
curses_chgat.3
|
…
|
|
curses_clear.3
|
…
|
|
curses_color.3
|
…
|
|
curses_cursor.3
|
…
|
|
curses_default_colors.3
|
…
|
|
curses_delch.3
|
…
|
|
curses_deleteln.3
|
…
|
|
curses_echochar.3
|
…
|
|
curses_fileio.3
|
…
|
|
curses_inch.3
|
…
|
|
curses_input.3
|
…
|
|
curses_insdelln.3
|
…
|
|
curses_insertch.3
|
…
|
|
curses_insertln.3
|
…
|
|
curses_keyname.3
|
…
|
|
curses_line.3
|
…
|
|
curses_pad.3
|
…
|
|
curses_print.3
|
…
|
|
curses_private.h
|
It is expensive to open and close files for every printf, keep it around.
|
2016-10-23 21:20:56 +00:00 |
curses_refresh.3
|
…
|
|
curses_scanw.3
|
…
|
|
curses_screen.3
|
…
|
|
curses_scroll.3
|
…
|
|
curses_standout.3
|
PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD;
|
2016-11-29 17:33:48 +00:00 |
curses_termcap.3
|
…
|
|
curses_touch.3
|
…
|
|
curses_tty.3
|
…
|
|
curses_underscore.3
|
…
|
|
curses_window.3
|
Note that delwin(3) is a null-op if win is NULL.
|
2013-10-15 22:15:17 +00:00 |
delch.c
|
…
|
|
deleteln.c
|
…
|
|
delwin.c
|
It is expensive to open and close files for every printf, keep it around.
|
2016-10-23 21:20:56 +00:00 |
echo_wchar.c
|
…
|
|
echochar.c
|
…
|
|
erase.c
|
…
|
|
fileio.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
fileio.h
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
flushok.c
|
…
|
|
fullname.c
|
…
|
|
genfileioh.awk
|
…
|
|
get_wch.c
|
…
|
|
get_wstr.c
|
…
|
|
getch.c
|
…
|
|
getstr.c
|
Use the internal version of touchline to update the line.
|
2013-10-01 11:41:14 +00:00 |
getyx.c
|
…
|
|
id_subwins.c
|
…
|
|
idcok.c
|
…
|
|
idlok.c
|
…
|
|
in_wch.c
|
…
|
|
in_wchstr.c
|
…
|
|
inch.c
|
…
|
|
inchstr.c
|
…
|
|
initscr.c
|
…
|
|
ins_wch.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
ins_wstr.c
|
remove bogus malloc casts
|
2016-10-22 21:55:06 +00:00 |
insch.c
|
…
|
|
insdelln.c
|
…
|
|
insertln.c
|
…
|
|
insstr.c
|
…
|
|
instr.c
|
…
|
|
inwstr.c
|
…
|
|
keymap.h
|
…
|
|
keyname.c
|
…
|
|
keypad.c
|
…
|
|
leaveok.c
|
…
|
|
line.c
|
…
|
|
meta.c
|
…
|
|
move.c
|
…
|
|
mvwin.c
|
Correct the implementation of mvderwin, it now works as specified by
|
2014-02-20 09:42:42 +00:00 |
newwin.c
|
It is expensive to open and close files for every printf, keep it around.
|
2016-10-23 21:20:56 +00:00 |
nodelay.c
|
…
|
|
notimeout.c
|
Fix reversed logic in the notimeout call.
|
2014-02-28 07:58:42 +00:00 |
overlay.c
|
…
|
|
overwrite.c
|
…
|
|
pause.c
|
…
|
|
printw.c
|
It is expensive to open and close files for every printf, keep it around.
|
2016-10-23 21:20:56 +00:00 |
putchar.c
|
…
|
|
refresh.c
|
Clear the "forced" flag after updating a line, otherwise we'll always do
|
2016-01-10 08:11:06 +00:00 |
resize.c
|
…
|
|
scanw.c
|
…
|
|
screen.c
|
fix memory leaks (from Rin Okuyama)
|
2015-11-26 01:05:08 +00:00 |
scroll.c
|
…
|
|
scrollok.c
|
…
|
|
setterm.c
|
Remove extra new line in debugging output.
|
2016-01-09 19:05:13 +00:00 |
shlib_version
|
Note to update major of libpanel(3) for new major of curses(3)
|
2015-11-22 04:56:00 +00:00 |
standout.c
|
PR/51673: Carsten Kunze: curses: standend() does not turn off A_BOLD;
|
2016-11-29 17:33:48 +00:00 |
timeout.c
|
…
|
|
toucholap.c
|
Fix x/y edito.
|
2015-10-17 00:35:25 +00:00 |
touchwin.c
|
Display force flag in debug print.
|
2016-01-07 07:37:08 +00:00 |
tscroll.c
|
…
|
|
tstp.c
|
don't coredump if we call endwin when initscr fails.
|
2016-11-24 14:49:08 +00:00 |
tty.c
|
fix placement of lint comment
|
2016-12-12 04:20:31 +00:00 |
unctrl.c
|
…
|
|
unctrl.h
|
Fix quoting in macro.
|
2015-05-28 06:28:37 +00:00 |
underscore.c
|
…
|
|