docs/configuration/colour_mode.md in vedeu-0.8.30 vs docs/configuration/colour_mode.md in vedeu-0.8.31
- old
+ new
@@ -1,10 +1,14 @@
Sets the colour mode of the terminal.
+ # Set:
Vedeu.configure do
colour_mode 256
# ...
end
+
+ # Get:
+ Vedeu.config.colour_mode
Note
- iTerm 2 on Mac OSX will handle the true colour setting
(16777216), whereas Terminator on Linux will not display
colours correctly. For compatibility across platforms, it is