Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: J-Rios/minbasecli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: J-Rios/minbasecli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: interactive
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 2 files changed
  • 1 contributor

Commits on Jul 16, 2022

  1. Interactive mode support.

    - Handle characters byte-by-byte.
    - Detect special Escape Sequence Commands.
    - Support delete characters by backspace (VT220 keycode).
    J-Rios committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    c835048 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2022

  1. Interactive mode support.

    - Move cursor left/right.
    - Backspace delete on any position (shift-left written text)..
    - Write (insert) character at any position (shift-right written text).
    J-Rios committed Jul 23, 2022
    Configuration menu
    Copy the full SHA
    943fcd2 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2022

  1. Interactive mode support.

    - Delete key.
    - Handle special keys in a new function scope.
    J-Rios committed Aug 6, 2022
    Configuration menu
    Copy the full SHA
    4253165 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2023

  1. Configuration menu
    Copy the full SHA
    5ef196e View commit details
    Browse the repository at this point in the history
Loading