Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | init_curses_panel(): Be more consistent with indentation and blank lines. | Fred Drake | 2001-01-27 | 1 | -5/+3 |
| | |||||
* | SF Patch #103185, by jlt63: Some more standard modules cleanup for Cygwin | Guido van Rossum | 2001-01-22 | 1 | -2/+5 |
| | |||||
* | Minor patch from Thomas Gellekum: | Andrew M. Kuchling | 2001-01-19 | 1 | -8/+3 |
| | | | | | | * Deletes the Panel_NoArgReturnStringFunction() macro, which isn't used anymore * Adjusts two comments. | ||||
* | Shortened / wrapped some long lines. | Fred Drake | 2000-12-23 | 1 | -8/+11 |
| | | | | Removed warning on use of panel_userptr() in PyCursesPanel_userptr(). | ||||
* | Add correction caught by Thomas Gellekum (and sitting in my e-mail) | Andrew M. Kuchling | 2000-12-22 | 1 | -1/+2 |
| | |||||
* | Patch #102813: add a wrapper for the panel library included with ncurses. | Andrew M. Kuchling | 2000-12-22 | 1 | -0/+495 |
Original version written by Thomas Gellekum, reshaped into a separate module by AMK. |