struct TermBuf::Ops::SetCursorVisible

Overview

Show or hide the terminal's own cursor.

Defined in:

termbuf/core/op.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(visible : Bool) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(visible _visible = @visible) #

[View source]
def visible : Bool #