as / frame

Frame provides plan9-like editable text widgets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

frame: delete returns the wrong number of chars deleted

as opened this issue · comments

commented

expected result: [n,m) -> m-n
actual result: [n,m] -> m-n + 1