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

Introduce a new class Reline::Face to configure character attributes #552

Merged
merged 34 commits into from Nov 6, 2023

Commits on Jun 13, 2023

  1. Reine::Face

    hasumikin committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1224863 View commit details
    Browse the repository at this point in the history
  2. fix test_yamatanooroti

    hasumikin committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    17114b9 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

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

Commits on Oct 10, 2023

  1. s/display/foreground/

    hasumikin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    629db24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a993e52 View commit details
    Browse the repository at this point in the history
  3. fix typo

    hasumikin committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    cab307f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4d61dd View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2023

  1. Update lib/reline/face.rb

    Co-authored-by: Stan Lo <stan001212@gmail.com>
    hasumikin and st0012 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    0e7acfb View commit details
    Browse the repository at this point in the history
  2. Update test/reline/test_face.rb

    Co-authored-by: Stan Lo <stan001212@gmail.com>
    hasumikin and st0012 committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    b442c57 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    389ff41 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c3f92f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d652fc0 View commit details
    Browse the repository at this point in the history
  6. ref ruby#552 (review)

    hasumikin committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    1550519 View commit details
    Browse the repository at this point in the history
  7. delete unused ivar

    hasumikin committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    6e4b4e9 View commit details
    Browse the repository at this point in the history
  8. ref ruby#552 (comment)

    hasumikin committed Oct 14, 2023
    Configuration menu
    Copy the full SHA
    e8eb85b View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2023

  1. insert "\e[0m" into all SGR

    hasumikin committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    7ea200e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. tiny fix

    hasumikin committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    26cb115 View commit details
    Browse the repository at this point in the history
  2. ESSENTIAL_DEFINE_NAMES

    hasumikin committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    9286c59 View commit details
    Browse the repository at this point in the history
  3. Change to Hash-accessor style

    - Reline::Face[:completion_dialog].enhanced ->
      Reline::Face[:completion_dialog][:enhanced]
    - Reline::Face.configs shows all defined values
    hasumikin committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f001348 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Configuration menu
    Copy the full SHA
    28197be View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

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

Commits on Nov 3, 2023

  1. resolve ruby#552 (review)

    hasumikin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    e7a6d56 View commit details
    Browse the repository at this point in the history
  2. amend to

    hasumikin committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    5a53084 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    67a8497 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02205c View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

  1. Update test/reline/test_face.rb

    Co-authored-by: Stan Lo <stan001212@gmail.com>
    hasumikin and st0012 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    728ca2d View commit details
    Browse the repository at this point in the history
  2. Update test/reline/test_face.rb

    Co-authored-by: Stan Lo <stan001212@gmail.com>
    hasumikin and st0012 committed Nov 4, 2023
    Configuration menu
    Copy the full SHA
    cde902e View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2023

  1. Configuration menu
    Copy the full SHA
    23d2360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2eee3b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. refs ruby#598

    hasumikin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    76dd7b0 View commit details
    Browse the repository at this point in the history
  2. Fix link

    hasumikin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1ce4818 View commit details
    Browse the repository at this point in the history
  3. amend method name

    hasumikin committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    7c5133c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a33109f View commit details
    Browse the repository at this point in the history
  5. Update lib/reline/face.rb

    Co-authored-by: ima1zumi <52617472+ima1zumi@users.noreply.github.com>
    hasumikin and ima1zumi committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    544f3d1 View commit details
    Browse the repository at this point in the history