docs/configuration/terminal_mode.md in vedeu-0.8.31 vs docs/configuration/terminal_mode.md in vedeu-0.8.32

- old
+ new

@@ -1,8 +1,9 @@ Sets the terminal mode. Valid values can be either ':cooked', ':fake' or :raw'. + # Set: Vedeu.configure do terminal_mode :cooked # or... @@ -19,5 +20,7 @@ terminal_mode = :cooked # ... some code end + # Get: + Vedeu.config.terminal_mode