Class: Weechat::Terminal

Inherits:
Object show all
Defined in:
lib/weechat/terminal.rb

Class Method Summary collapse

Class Method Details

.title=(value) ⇒ Object

Sets the terminal’s title



4
5
6
# File 'lib/weechat/terminal.rb', line 4

def self.title=(value)
  Weechat.window_set_title(value.to_s)
end