temp cleanup
This commit is contained in:
parent
471391a313
commit
167b9de0f2
@ -81,9 +81,8 @@ class screenManager():
|
|||||||
typing = False
|
typing = False
|
||||||
diffList = []
|
diffList = []
|
||||||
|
|
||||||
|
#cursorLineStart = self.env['screen']['newCursor']['y'] * self.env['screen']['columns'] + self.env['screen']['newCursor']['y']
|
||||||
cursorLineStart = self.env['screen']['newCursor']['y'] * self.env['screen']['columns'] + self.env['screen']['newCursor']['y']
|
#cursorLineEnd = cursorLineStart + self.env['screen']['columns']
|
||||||
cursorLineEnd = cursorLineStart + self.env['screen']['columns']
|
|
||||||
#print(cursorLineStart,cursorLineEnd)
|
#print(cursorLineStart,cursorLineEnd)
|
||||||
#print(3,abs(self.env['screen']['oldCursor']['x'] - self.env['screen']['newCursor']['x']) >= 1)
|
#print(3,abs(self.env['screen']['oldCursor']['x'] - self.env['screen']['newCursor']['x']) >= 1)
|
||||||
#print(4,self.env['screen']['oldCursor']['y'] == self.env['screen']['newCursor']['y'])
|
#print(4,self.env['screen']['oldCursor']['y'] == self.env['screen']['newCursor']['y'])
|
||||||
|
Loading…
Reference in New Issue
Block a user