@@ -167,7 +167,7 @@ def max_items; C.lines - 2; end
def cursor_y; C.lines - 1; end
def cursor_y; C.lines - 1; end
def cprint str, col
def cprint str, col
C.attron(col) do
C.attron(col) do
C.addstr str
C.addstr str.gsub("\0", '')
end if str
end if str
end
end
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.