1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-18 02:42:05 +03:00
wezterm/tmux-cc/src
Waleed Khan 539d72a97f tmux-cc: fix suspicious-looking decimal literals
Clippy complained that these were decimal literals, not octal literals. Add the `0o` prefix to make them such.
2021-10-27 12:56:48 -07:00
..
lib.rs tmux-cc: fix suspicious-looking decimal literals 2021-10-27 12:56:48 -07:00
tmux.pest tmux-cc: parse client-detached (#980) 2021-07-24 21:28:59 -07:00