module TTY::Cursor

def clear_line_after

Other tags:
    Api: - public
def clear_line_after
  CSI + '0K'
end