1
1
mirror of https://github.com/wez/wezterm.git synced 2024-11-22 22:42:48 +03:00

there's already a wterm, rename to wezterm

This commit is contained in:
Wez Furlong 2018-01-28 23:52:21 -08:00
parent 544dd70ac1
commit be30b1cb54
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
[package]
authors = ["Wez Furlong <wez@wezfurlong.org>"]
name = "wterm"
name = "wezterm"
version = "0.1.0"
[dependencies]

View File

@ -86,7 +86,7 @@ impl<'a> TerminalWindow<'a> {
let (cell_height, cell_width, descender) = font.get_metrics()?;
let window = xgfx::Window::new(&conn, width, height)?;
window.set_title("wterm");
window.set_title("wezterm");
let window_context = xgfx::Context::new(conn, &window);
let buffer_image =