Sha256: 20afe72f502d56512958e8b3c9cc9d236e1e3cfcfb9d7970a6bd02dd38d62456
Contents?: true
Size: 401 Bytes
Versions: 1
Compression:
Stored size: 401 Bytes
Contents
Sets the terminal mode. Valid values can be either ':cooked', ':fake' or :raw'. # Set: Vedeu.configure do terminal_mode :cooked # or... terminal_mode :fake # or... terminal_mode :raw # or... terminal_mode = :raw terminal_mode = :fake terminal_mode = :cooked # ... some code end # Get: Vedeu.config.terminal_mode
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
vedeu-0.8.32 | docs/configuration/terminal_mode.md |