Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A helpful popup window for keybinds. #14

Merged
merged 9 commits into from
Sep 12, 2021
Merged

A helpful popup window for keybinds. #14

merged 9 commits into from
Sep 12, 2021

Commits on Sep 10, 2021

  1. Added config for keybinds

    Xithrius committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    229d66b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    277ec17 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2021

  1. Configuration menu
    Copy the full SHA
    150a7f1 View commit details
    Browse the repository at this point in the history
  2. Added system attribute to Data, with colors.

    Utility for adding up all the lengths of columns for 2-dimensional
    vectors was also added.
    
    The table for keyboard shortcuts shows up somewhat properly now.
    
    Keybinds are now defined as strings.
    Xithrius committed Sep 11, 2021
    Configuration menu
    Copy the full SHA
    6fc311d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d00e46 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2021

  1. src/tui.rs renamed to src/terminal.rs

    Function `tui` in `src/tui.rs` renamed to `ui_driver`
    Xithrius committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    5498884 View commit details
    Browse the repository at this point in the history
  2. vector2_col_sums to vector2_col_max

    The original intention was never to sum up all the lengths, I just
    forgot what I was supposed to implement I guess.
    Xithrius committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    7df81bc View commit details
    Browse the repository at this point in the history
  3. Changing keybinds currently won't do anything.

    Removed `users` keybind
    Xithrius committed Sep 12, 2021
    Configuration menu
    Copy the full SHA
    02f036c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1323968 View commit details
    Browse the repository at this point in the history