1
1
mirror of https://github.com/wez/wezterm.git synced 2024-09-11 14:25:57 +03:00
wezterm/termwiz/examples
Wez Furlong 0f8146b212
docs: shift from return {} style to config.something style
Nudge new users towards using this style:

```lua
local config = {}
config.color_scheme = 'Batman'
return config
```

and surface how to write lua modules closer to the main section
on config files. In that lua modules section, nudge towards using
a convention similar to that of the plugin spec described in
this commit: e4ae8a844d
2023-03-19 18:26:21 -07:00
..
buffered_terminal.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
gennerdfonts.rs docs: shift from return {} style to config.something style 2023-03-19 18:26:21 -07:00
hello.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
key_tester.rs termwiz: request xterm modifyOtherKeys 2022-09-21 21:07:10 -07:00
line_editor.rs termwiz: ColorSpec now allows for alpha to be tracked 2022-07-26 19:39:53 -07:00
strip-ansi-escapes.rs Fix typo in strip-ansi-escapes --help output 2022-01-18 06:18:15 -08:00
terminal_direct.rs termwiz: Remove anyhow::Result from public API 2021-01-08 00:32:30 -08:00
widgets_basic.rs fix termwiz --all-features build 2022-07-26 21:26:20 -07:00
widgets_nested.rs really fix termwiz --all-features build 2022-07-26 22:35:49 -07:00