1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-25 14:22:37 +03:00
wezterm/src
Wez Furlong 3057befa5d remove use of tinyfiledialogs
It will pass the message text to the shell without proper quoting
which results in it running all sorts of garbage depending on
the message you're trying to display.

Very scary!

refs: https://github.com/jdm/tinyfiledialogs-rs/issues/19
2019-11-22 08:48:33 -08:00
..
font fix warning 2019-11-11 08:41:59 -08:00
frontend fix subtraction overflow when creating a new window when tab bar enabled 2019-11-22 04:51:55 +00:00
mux raise ratelimit_output_bytes_per_second 2019-11-21 19:03:46 -08:00
server implement explicit Copy keybinding action 2019-11-11 08:54:47 -08:00
clipboard.rs move clipboard out from old guicommon module 2019-10-27 23:31:44 -07:00
config.rs config: DRY; use serde defaults for Config 2019-11-22 06:50:39 -08:00
keyassignment.rs try to normalize the shift state in the keymap handling code 2019-11-11 09:11:52 -08:00
localtab.rs implement explicit Copy keybinding action 2019-11-11 08:54:47 -08:00
main.rs remove use of tinyfiledialogs 2019-11-22 08:48:33 -08:00
ratelim.rs improve the rate limiter 2019-11-21 14:42:33 -08:00
ssh.rs fix rendering of the cursor position in the line editor 2019-11-16 13:58:01 -08:00
termwiztermtab.rs implement explicit Copy keybinding action 2019-11-11 08:54:47 -08:00