Class: Weechat::Terminal
- Inherits:
-
Object
- Object
- Weechat::Terminal
- Defined in:
- lib/weechat/terminal.rb
Class Method Summary collapse
-
.title=(value) ⇒ Object
Sets the terminal’s title.
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 |