]> granicus.if.org Git - python/commit
Patch by Charles Waldman to implement an optional nlines argument to
authorGuido van Rossum <guido@python.org>
Tue, 5 Jan 1999 17:16:46 +0000 (17:16 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 5 Jan 1999 17:16:46 +0000 (17:16 +0000)
commit716a89c606ae15731125f75d31082598f79e5ae2
tree4cacb980627d9e15fc8fca4a8f3908e6fb8c9141
parent5d56d3665f53cdce6feacb42345504db9899520a
Patch by Charles Waldman to implement an optional nlines argument to
w.scroll().  (It then calls wscrl(win, nlines) instead of scoll(win).)
Modules/_cursesmodule.c