Sets the terminal’s title.
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