adamyg
adamyg
x64. signed/unsigned and size warnings
https://editorconfig.org/, possible integration https://github.com/editorconfig/editorconfig-core-c#readme
Consider true-color detection option, set rgb then inquire result. https://github.com/termstandard/colors#querying-the-terminal # Querying The Terminal In an interactive program that can read terminal responses, a more reliable method is available, that...
Investigate TERM_PROGRAM usage [neovim](https://github.com/neovim/neovim/blob/f050aaabbb31b58ebac519a6f7014610f2b119f0/src/nvim/tui/tui.c#L206-L211) [vscode](https://code.visualstudio.com/docs/terminal/shell-integration) [GNOME](https://gitlab.gnome.org/GNOME/console/-/issues/248) [ConEmu](https://github.com/Maximus5/ConEmu/issues/1837#issuecomment-469199525)
Consider extended syntax for list initialization allow implied make_list() usage. ` list element = {xxx}` and ` list element = [xxx]`