Skip to content

Added a function that reads a key with cursor hidden #80

Added a function that reads a key with cursor hidden

Added a function that reads a key with cursor hidden #80

Workflow file for this run

name: Rustfmt
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
profile: minimal
components: clippy, rustfmt
override: true
- name: Run rustfmt
run: make format-check