.. |
EXAMPLES
|
|
|
PSD.doc
|
|
|
acs.c
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
add_wch.c
|
|
|
add_wchstr.c
|
|
|
addbytes.c
|
Fix memset usage.
|
2011-07-01 01:19:33 +00:00 |
addch.c
|
|
|
addchnstr.c
|
Truncate string to RHS of the window - SUSv2 says we should.
|
2012-09-28 06:00:39 +00:00 |
addnstr.c
|
Don't wrap added string
|
2012-09-28 06:07:05 +00:00 |
addwstr.c
|
|
|
attributes.c
|
|
|
background.c
|
|
|
bell.c
|
|
|
border.c
|
Also merge in background attributes.
|
2013-05-05 14:23:16 +00:00 |
box.c
|
|
|
cchar.c
|
|
|
chgat.c
|
Add more debug to mvchgat.
|
2012-09-28 06:05:19 +00:00 |
clear.c
|
|
|
clearok.c
|
|
|
clrtobot.c
|
PR/46049: Tim van der Molen:
|
2012-02-19 19:38:13 +00:00 |
clrtoeol.c
|
PR/46049: Tim van der Molen:
|
2012-02-19 19:38:13 +00:00 |
color.c
|
Use tiparm instead of vtparm.
|
2011-10-03 12:32:15 +00:00 |
copywin.c
|
|
|
cr_put.c
|
Use tiparm instead of vtparm.
|
2011-10-03 12:32:15 +00:00 |
ctrace.c
|
|
|
cur_hash.c
|
|
|
curs_set.c
|
|
|
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
|
Add serial comma, remove trailing whitespace, bump date for previous.
|
2011-08-07 11:37:06 +00:00 |
curses_input.3
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
curses_insdelln.3
|
|
|
curses_insertch.3
|
|
|
curses_insertln.3
|
|
|
curses_keyname.3
|
|
|
curses_line.3
|
|
|
curses_pad.3
|
|
|
curses_print.3
|
Fix PR # 41894.
|
2011-04-06 08:38:43 +00:00 |
curses_private.h
|
Move longname(3) from curses to terminfo, pre-cursor to fix PR/43386.
|
2011-10-04 11:01:13 +00:00 |
curses_refresh.3
|
|
|
curses_scanw.3
|
|
|
curses_screen.3
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
curses_scroll.3
|
|
|
curses_standout.3
|
re-work the previous to make it format correctly
|
2012-05-02 04:23:09 +00:00 |
curses_termcap.3
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
curses_touch.3
|
|
|
curses_tty.3
|
|
|
curses_underscore.3
|
|
|
curses_window.3
|
Remove trailing whitespace. Bump date for previous.
|
2011-09-15 12:01:18 +00:00 |
curses.3
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
curses.c
|
|
|
curses.h
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
delch.c
|
|
|
deleteln.c
|
|
|
delwin.c
|
|
|
echo_wchar.c
|
|
|
echochar.c
|
|
|
erase.c
|
Set the background attributes when erasing.
|
2011-07-10 12:11:49 +00:00 |
fileio.c
|
|
|
fileio.h
|
|
|
flushok.c
|
|
|
fullname.c
|
|
|
genfileioh.awk
|
|
|
get_wch.c
|
* Size argument for memset when clearing cbuf was wrong, cbuf is an array
|
2012-06-29 10:40:29 +00:00 |
get_wstr.c
|
|
|
getch.c
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
getstr.c
|
handle the case where we have no space properly (Nat Sloss)
|
2012-01-27 15:37:09 +00:00 |
getyx.c
|
|
|
id_subwins.c
|
|
|
idcok.c
|
|
|
idlok.c
|
|
|
in_wch.c
|
|
|
in_wchstr.c
|
|
|
inch.c
|
|
|
inchstr.c
|
Fix build break if curses is built without wide char support
|
2012-04-21 11:33:16 +00:00 |
initscr.c
|
|
|
ins_wch.c
|
|
|
ins_wstr.c
|
|
|
insch.c
|
|
|
insdelln.c
|
|
|
insertln.c
|
|
|
insstr.c
|
|
|
instr.c
|
Fix a bug that prevented instr and friends returning OK.
|
2011-08-07 10:54:53 +00:00 |
inwstr.c
|
|
|
keymap.h
|
Add capfile(5) to describe the termcap format.
|
2012-04-21 12:27:24 +00:00 |
keyname.c
|
|
|
keypad.c
|
|
|
leaveok.c
|
|
|
line.c
|
|
|
Makefile
|
Fix build
|
2012-04-21 14:39:35 +00:00 |
meta.c
|
flush the output after writing the meta sequence.
|
2011-08-07 10:52:18 +00:00 |
move.c
|
|
|
mvwin.c
|
Correct behaviour of mvderwin(). It should remap a given area of the parent
|
2012-09-28 06:03:45 +00:00 |
newwin.c
|
|
|
nodelay.c
|
|
|
notimeout.c
|
|
|
overlay.c
|
|
|
overwrite.c
|
|
|
pause.c
|
|
|
printw.c
|
Retire varargs.h support. Move machine/stdarg.h logic into MI
|
2011-07-17 20:54:30 +00:00 |
putchar.c
|
|
|
refresh.c
|
Add extra debugging when copying window contents.
|
2013-05-05 14:22:07 +00:00 |
resize.c
|
|
|
scanw.c
|
Retire varargs.h support. Move machine/stdarg.h logic into MI
|
2011-07-17 20:54:30 +00:00 |
screen.c
|
|
|
scroll.c
|
|
|
scrollok.c
|
|
|
setterm.c
|
Extend does_ctrl_o() to compare exit attribute and ext ACS sequences.
|
2013-05-05 14:24:05 +00:00 |
shlib_version
|
|
|
standout.c
|
|
|
timeout.c
|
|
|
toucholap.c
|
|
|
touchwin.c
|
|
|
tscroll.c
|
|
|
tstp.c
|
Fix for systems that don't have TCSASOFT as intended originally. Simplify.
|
2011-08-29 11:07:38 +00:00 |
tty.c
|
Fix for systems that don't have TCSASOFT as intended originally. Simplify.
|
2011-08-29 11:07:38 +00:00 |
unctrl.c
|
|
|
unctrl.h
|
|
|
underscore.c
|
|
|