This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
KikooDX
/
Locate2.py
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
3
Wiki
Activity
Browse Source
Fixed fmargin.
master
KikooDX
1 year ago
parent
80cf133bbf
commit
5e5f1bc9ef
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
locate2.py
+ 1
- 1
locate2.py
View File
@ -39,7 +39,7 @@ class Screen:
if
ask_for_input
or
fancy
:
line
=
"
"
if
fancy
:
for
cell
in
self
.
_mat
[
-
1
]
[
:
-
1
-
fmargin
]
:
for
cell
in
self
.
_mat
[
-
1
]
[
:
-
fmargin
]
:
line
+
=
cell
return
input
(
line
)
return
input
(
"
>
"
)
Write
Preview
Loading…
Cancel
Save