Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6f159b1d
Commit
6f159b1d
authored
Jun 03, 2006
by
Andrew M. Kuchling
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Drop 0 parameter
parent
08bcfc23
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Demo/curses/xmas.py
Demo/curses/xmas.py
+3
-3
No files found.
Demo/curses/xmas.py
View file @
6f159b1d
...
...
@@ -4,7 +4,7 @@
# $Id$
#
# I'm dreaming of an ascii character-based monochrome Christmas,
# Just like the one
'
s I used to know!
# Just like the ones I used to know!
# Via a full duplex communications channel,
# At 9600 bits per second,
# Even though it's kinda slow.
...
...
@@ -272,7 +272,7 @@ def strng5():
def
blinkit
():
treescrn8
.
touchwin
()
for
cycle
in
range
(
0
,
5
):
for
cycle
in
range
(
5
):
if
cycle
==
0
:
treescrn3
.
overlay
(
treescrn8
)
treescrn8
.
refresh
()
...
...
@@ -380,7 +380,7 @@ def reindeer():
middeer0
.
refresh
()
w_del_msg
.
refresh
()
for
looper
in
range
(
0
,
2
):
for
looper
in
range
(
2
):
deer_step
(
middeer3
,
y_pos
,
x_pos
)
deer_step
(
middeer2
,
y_pos
,
x_pos
)
deer_step
(
middeer1
,
y_pos
,
x_pos
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment