Skip to content

Commit

Permalink
Update main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
MoAlyousef authored Oct 2, 2023
1 parent 131e426 commit 724f30b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xterm/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ fn main() {

let mut handle = xterm_win.raw_handle();
std::process::Command::new("xterm")
.args(&["-into", &format!("{}", handle), "-bg", "black", "-fg", "white"])
.args(&["-into", &format!("{}", handle), "-bg", "black", "-fg", "white", "-fa", "'Monospace'", "-fs", "10"])
.spawn()
.unwrap();

Expand Down

0 comments on commit 724f30b

Please sign in to comment.