From 6d942cc83d6307d306f463abfa4a86a64bf4fad9 Mon Sep 17 00:00:00 2001 From: jkh Date: Sat, 10 Aug 1996 13:37:02 +0000 Subject: Yeesh! I shouldn't have looked. Fix a whole bunch more. Pray for ncurses to replace this soon. --- lib/libcurses/curses.3 | 24 +++++++++++++++++------- 1 file changed, 17 insertions(+), 7 deletions(-) (limited to 'lib') diff --git a/lib/libcurses/curses.3 b/lib/libcurses/curses.3 index 3be55ca..a081540 100644 --- a/lib/libcurses/curses.3 +++ b/lib/libcurses/curses.3 @@ -99,13 +99,14 @@ should be called before exiting. .It getstr(str) get a string through .Em stdscr .It gettmode() get tty modes -.It getyx(win,y,x) get (y,x) co-ordinates +.It getyx(win,y,x) get (y,x) co-ordinates for +.Em win .It inch() get char at current (y,x) co-ordinates .It initscr() initialize screens .It insch(c) insert a char .It insertln() insert a line .It leaveok(win,boolf) set leave flag for -.Em stdscr +.Em win .It longname(termbuf,name) get long name from .Em termbuf .It move(y,x) move to (y,x) on @@ -117,8 +118,14 @@ should be called before exiting. .It noecho() unset echo mode .It nonl() unset newline mapping .It noraw() unset raw mode -.It overlay(win1,win2) overlay win1 on win2 -.It overwrite(win1,win2) overwrite win1 on top of win2 +.It overlay(win1,win2) overlay +.Em win1 +on +.Em win2 +.It overwrite(win1,win2) overwrite +.Em win1 +on top of +.Em win2 .It printw(fmt,arg1,arg2,...) printf on .Em stdscr .It raw() set raw mode @@ -131,17 +138,20 @@ should be called before exiting. .It scroll(win) scroll .Em win one line -.It scrollok(win,boolf) set scroll flag +.It scrollok(win,boolf) set scroll flag for +.Em win .It setterm(name) set term variables for name .It standend() end standout mode .It standout() start standout mode -.It subwin(win,lines,cols,begin_y,begin_x)\ create a subwindow +.It subwin(win,lines,cols,begin_y,begin_x)\ create a subwindow of +.Em win .It touchline(win,y,sx,ex) mark line .Em y .Em sx through .Em sy -as changed +as changed on +.Em win .It touchoverlap(win1,win2) mark overlap of .Em win1 on -- cgit v1.1