Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Follow the recommended practices for keystroke representation; this | Fred Drake | 2001-07-12 | 1 | -18/+20 |
| | | | | improves internal consistency in the documentation. | ||||
* | Fix up a few style nits -- avoid "e.g." and "i.e." -- these make | Fred Drake | 2001-07-06 | 1 | -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 Drake | 2001-04-21 | 1 | -2/+2 |
| | |||||
* | Normalize tabs to spaces. | Fred Drake | 2001-04-10 | 1 | -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. Raymond | 2001-01-29 | 1 | -2/+3 |
| | |||||
* | Markup nit: OK and ERR should be marked \constant in running text. | Fred Drake | 2001-01-04 | 1 | -3/+2 |
| | |||||
* | Document ERR and OK | Andrew M. Kuchling | 2000-12-26 | 1 | -0/+11 |
| | |||||
* | Add 'see also' link to curses.panel | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+2 |
| | |||||
* | Fix lots of small markup nits. | Fred Drake | 2000-12-21 | 1 | -54/+64 |
| | | | | Wrapped some long lines. | ||||
* | Document the window.overlay() and .overwrite() methods | Andrew M. Kuchling | 2000-12-21 | 1 | -0/+26 |
| | |||||
* | Document napms() | Andrew M. Kuchling | 2000-12-15 | 1 | -0/+5 |
| | | | | Add reference to demo directory | ||||
* | Update Moshe Zadka's email address to one works and might last a while. | Fred Drake | 2000-12-01 | 1 | -1/+1 |
| | |||||
* | Document the new setupterm() function | Andrew M. Kuchling | 2000-11-18 | 1 | -0/+7 |
| | |||||
* | Patch #102278: add tparm() function to _curses module | Andrew M. Kuchling | 2000-11-07 | 1 | -0/+7 |
| | |||||
* | Fixed lots of small nits caught by Ka-Ping Yee <ping@lfw.org>. | Fred Drake | 2000-10-10 | 1 | -2/+3 |
| | |||||
* | Revise the versioning information to say that this was revised in 1.6, | Fred Drake | 2000-10-06 | 1 | -1/+3 |
| | | | | not added then, and note what the change was (ncurses, change to a package). | ||||
* | Minor cleanups, wrap long lines. | Fred Drake | 2000-09-25 | 1 | -7/+6 |
| | |||||
* | Convert the longest two tables from tableii to longtableii so they do not | Fred Drake | 2000-09-21 | 1 | -4/+4 |
| | | | | make too big a mess. One actually did not fit on a single page at all! | ||||
* | More on noutrefresh. | Eric S. Raymond | 2000-08-09 | 1 | -1/+3 |
| | |||||
* | Tweak curses.wrapper so it initializes colors if they are available. | Eric S. Raymond | 2000-08-09 | 1 | -4/+5 |
| | |||||
* | Fix a few markup errors and lots of small consistency issues. | Fred Drake | 2000-08-09 | 1 | -42/+55 |
| | | | | Add "See also" link to curses.wrapper module from curses module. | ||||
* | Documented curses.wrapper and curses.textpad. | Eric S. Raymond | 2000-08-04 | 1 | -2/+131 |
| | |||||
* | Second round of curses documentation improvements. Completes and extends | Eric S. Raymond | 2000-07-27 | 1 | -17/+38 |
| | | | | documentation for function keys, special characters. | ||||
* | Document tiget{flag,num,str} | Andrew M. Kuchling | 2000-07-26 | 1 | -0/+21 |
| | |||||
* | Fix small typos and markup consistency nits. | Fred Drake | 2000-07-24 | 1 | -5/+5 |
| | |||||
* | First round of curses documentation improvements; correct errors, flesh out | Eric S. Raymond | 2000-07-24 | 1 | -109/+170 |
| | | | | entry point descriptions. | ||||
* | Rob W. W. Hooft's spelling fixes for the Library Reference. I hope | Thomas Wouters | 2000-07-16 | 1 | -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 functions | Andrew M. Kuchling | 2000-06-30 | 1 | -0/+50 |
| | |||||
* | Add a "See also:" link to the curses.ascii module. | Fred Drake | 2000-06-28 | 1 | -0/+3 |
| | |||||
* | Document .timeout() method and .typeahead() function | Andrew M. Kuchling | 2000-06-21 | 1 | -0/+22 |
| | |||||
* | Updated docs to list all the new methods and functions. The docs are | Andrew M. Kuchling | 2000-05-23 | 1 | -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 Drake | 1999-11-10 | 1 | -1/+2 |
| | |||||
* | Updates from Moshe, again edited by me. Describe the parameters to | Fred Drake | 1999-06-23 | 1 | -27/+50 |
| | | | | border() using a table instead of text for ease of comprehension. | ||||
* | Preliminary documentation for the curses module by Moshe Zadka, with | Fred Drake | 1999-06-21 | 1 | -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!) |