struct TermBuf::Events::Warning

Overview

Something was wrong but not worth stopping for — a capability override naming something unknown, most likely.

These never go to stderr. The screen belongs to the application, and writing to it from underneath would corrupt the display.

Defined in:

termbuf/terminal/event.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(message _message = @message) #

[View source]
def message : String #