@@ -39,8 +39,6 @@ func NewViewWidthHeight(buf *Buffer, s tcell.Screen, w, h int) *View {
v.buf=buf
v.s=s
v.buf.rules,v.buf.filetype=GetRules(v.buf.path)
v.topline=0
v.height=h-1
v.width=w
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.