summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcurses.tex
Commit message (Collapse)AuthorAgeFilesLines
* Clean up some markup.Fred Drake2002-06-271-5/+6
|
* Fix wrongly-named formal parameters in three places: begin_y was used twiceFred Drake2001-12-261-76/+75
| | | | | | | | instead of begin_y and begin_x for derwin(), subpad(), and subwin(). Reported for derwin() by Eric Huss. Added class annotations for the window methods so they would be properly described in the index.
* Clean up some markup cruft. A number of the macros that take noFred Drake2001-11-281-2/+2
| | | | | | | | parameters (like \UNIX) are commonly entered using an empty group to separate the markup from a following inter-word space; this is not needed when the next character is punctuation, or the markup is the last thing in the enclosing group. These cases were marked inconsistently; the empty group is now *only* used when needed.
* Update description of border()Andrew M. Kuchling2001-10-201-3/+2
|
* Use the \note and \warning macros where appropriate.Fred Drake2001-10-201-10/+10
|
* Follow the recommended practices for keystroke representation; thisFred Drake2001-07-121-18/+20
| | | | improves internal consistency in the documentation.
* Fix up a few style nits -- avoid "e.g." and "i.e." -- these makeFred Drake2001-07-061-2/+2
| | | | | translation more difficult, as well as reading the English more difficult for non-native speakers.
* Fix a number of minor markup errors.Fred Drake2001-04-211-2/+2
|
* Normalize tabs to spaces.Fred Drake2001-04-101-4/+6
| | | | | | Update the attribution for the "Curses Programming with Python" How-To. Change the way the reference to the Demo/curses/ directory is marked up.
* More on noutrefresh() and scroll().Eric S. Raymond2001-01-291-2/+3
|
* Markup nit: OK and ERR should be marked \constant in running text.Fred Drake2001-01-041-3/+2
|
* Document ERR and OKAndrew M. Kuchling2000-12-261-0/+11
|
* Add 'see also' link to curses.panelAndrew M. Kuchling2000-12-221-0/+2
|
* Fix lots of small markup nits.Fred Drake2000-12-211-54/+64
| | | | Wrapped some long lines.
* Document the window.overlay() and .overwrite() methodsAndrew M. Kuchling2000-12-211-0/+26
|
* Document napms()Andrew M. Kuchling2000-12-151-0/+5
| | | | Add reference to demo directory
* Update Moshe Zadka's email address to one works and might last a while.Fred Drake2000-12-011-1/+1
|
* Document the new setupterm() functionAndrew M. Kuchling2000-11-181-0/+7
|
* Patch #102278: add tparm() function to _curses moduleAndrew M. Kuchling2000-11-071-0/+7
|
* Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>.Fred Drake2000-10-101-2/+3
|
* Revise the versioning information to say that this was revised in 1.6,Fred Drake2000-10-061-1/+3
| | | | not added then, and note what the change was (ncurses, change to a package).
* Minor cleanups, wrap long lines.Fred Drake2000-09-251-7/+6
|
* Convert the longest two tables from tableii to longtableii so they do notFred Drake2000-09-211-4/+4
| | | | make too big a mess. One actually did not fit on a single page at all!
* More on noutrefresh.Eric S. Raymond2000-08-091-1/+3
|
* Tweak curses.wrapper so it initializes colors if they are available.Eric S. Raymond2000-08-091-4/+5
|
* Fix a few markup errors and lots of small consistency issues.Fred Drake2000-08-091-42/+55
| | | | Add "See also" link to curses.wrapper module from curses module.
* Documented curses.wrapper and curses.textpad.Eric S. Raymond2000-08-041-2/+131
|
* Second round of curses documentation improvements. Completes and extendsEric S. Raymond2000-07-271-17/+38
| | | | documentation for function keys, special characters.
* Document tiget{flag,num,str}Andrew M. Kuchling2000-07-261-0/+21
|
* Fix small typos and markup consistency nits.Fred Drake2000-07-241-5/+5
|
* First round of curses documentation improvements; correct errors, flesh outEric S. Raymond2000-07-241-109/+170
| | | | entry point descriptions.
* Rob W. W. Hooft's spelling fixes for the Library Reference. I hopeThomas Wouters2000-07-161-3/+3
| | | | | | | | | SourceForge doesn't choke on this batch :-) I'm not entirely sure this is 100% correct. The patch changes an \index{persistency} to \index{presistence}, and I don't know what \index{} does. But it seems to do so persi--er, consistently, so I hope it isn't a problem.
* Document recently-added mouse-related functionsAndrew M. Kuchling2000-06-301-0/+50
|
* Add a "See also:" link to the curses.ascii module.Fred Drake2000-06-281-0/+3
|
* Document .timeout() method and .typeahead() functionAndrew M. Kuchling2000-06-211-0/+22
|
* Updated docs to list all the new methods and functions. The docs areAndrew M. Kuchling2000-05-231-188/+757
| | | | | | | now complete, but probably still not very helpful or friendly. Note: two very large tables (of key names, and of character names) were added; these tables format terribly, and need some reworking.
* Use \citetitle and \programopt as appropriate.Fred Drake1999-11-101-1/+2
|
* Updates from Moshe, again edited by me. Describe the parameters toFred Drake1999-06-231-27/+50
| | | | border() using a table instead of text for ease of comprehension.
* Preliminary documentation for the curses module by Moshe Zadka, withFred Drake1999-06-211-0/+394
lots of markup fixes and some English nits fixed. Still needs real review. Some of the function signatures used in this module are really bad! (Two leading optional parameters? Ugh!)