improve presentation of pseudo windows
This commit is contained in:
@ -57,7 +57,10 @@ class command():
|
||||
return
|
||||
# deletion
|
||||
if self.env['runtime']['screenManager'].isNegativeDelta():
|
||||
return
|
||||
# quirk for pseudo windows like finch (uses _ insteed of space in input box)
|
||||
if self.env['screen']['newNegativeDelta'] != '_':
|
||||
return
|
||||
|
||||
# first place could not be the end of a word
|
||||
if self.env['screen']['newCursor']['x'] == 0:
|
||||
return
|
||||
|
Reference in New Issue
Block a user