Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
Printrun
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
machinery
Printrun
Commits
6fa47668
Commit
6fa47668
authored
Nov 03, 2012
by
Kliment Yanev
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:kliment/Printrun into experimental
Conflicts: pronterface.py
parents
1d23c81f
b6935b93
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
674 additions
and
1 deletion
+674
-1
COPYING
COPYING
+674
-0
pronterface.py
pronterface.py
+0
-1
No files found.
COPYING
0 → 100644
View file @
6fa47668
This diff is collapsed.
Click to expand it.
pronterface.py
View file @
6fa47668
...
...
@@ -552,7 +552,6 @@ class PronterWindow(MainWindow, pronsole.pronsole):
self
.
commandbox
.
histindex
=
(
self
.
commandbox
.
histindex
+
1
)
%
len
(
self
.
commandbox
.
history
)
self
.
commandbox
.
SetValue
(
self
.
commandbox
.
history
[
self
.
commandbox
.
histindex
])
self
.
commandbox
.
SetSelection
(
0
,
len
(
self
.
commandbox
.
history
[
self
.
commandbox
.
histindex
]))
else
:
e
.
Skip
()
...
...
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