Skip to content

Commit

Permalink
tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
alexpasmantier committed Oct 2, 2024
1 parent a632218 commit a00015b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/television.rs
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,8 @@ impl Television {
}

// UI size
const UI_WIDTH_PERCENT: u16 = 100;
const UI_HEIGHT_PERCENT: u16 = 100;
const UI_WIDTH_PERCENT: u16 = 95;
const UI_HEIGHT_PERCENT: u16 = 95;

// Misc
const FOUR_SPACES: &str = " ";
Expand Down
25 changes: 25 additions & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,31 @@
/// /_/ \___//_/ \___/_____/ /_/ /____/ /_/ \____//_/ /_/
///
///
/// __ __
/// __ __ (_) (_)
/// / /____ / /__ _ __ _ ____ _ ___ ____
/// / __/ _ \/ / _ \ | / / / ___/ / __ \/ __ \
/// / /_/ __/ / __/ |/ / (__ ) / /_/ / / / /
/// \__/\___/_/\___/|___/_/____/_/\____/_/ /_/
///
///
/// __ __ _ _
/// / /____ / /__ _ __(_)__ (_)__ ___
/// / __/ -_) / -_) |/ / (_-</ / _ \/ _ \
/// \__/\__/_/\__/|___/_/___/_/\___/_//_/
///
/// 888 888 d8b d8b
/// 888 888 Y8P Y8P
/// 888 888
/// 888888 .d88b. 888 .d88b. 888 888 888 .d8888b 888 .d88b. 88888b.
/// 888 d8P Y8b 888 d8P Y8b 888 888 888 88K 888 d88""88b 888 "88b
/// 888 88888888 888 88888888 Y88 88P 888 "Y8888b. 888 888 888 888 888
/// Y88b. Y8b. 888 Y8b. Y8bd8P 888 X88 888 Y88..88P 888 888
/// "Y888 "Y8888 888 "Y8888 Y88P 888 88888P' 888 "Y88P" 888 888
///
use clap::Parser;
use cli::Cli;
use color_eyre::Result;
Expand Down

0 comments on commit a00015b

Please sign in to comment.