Git Product home page Git Product logo

Comments (6)

CITGuru avatar CITGuru commented on May 13, 2024 1

@rigogsilva I am not sure, I did some research on it and I notice there was nothing like that. So I am trying to look at the python-prompt-toolkit - 1.0, if we could change this.

from pyinquirer.

mateoglzc avatar mateoglzc commented on May 13, 2024 1

Hello Guys! I'm having the same problem as you. The list pointer is not showing up in my terminal :( I changed the symbol using the @BlackJack1412 solution, but has anyone implemented a solution and doesn't require a source code change?

from pyinquirer.

CITGuru avatar CITGuru commented on May 13, 2024

Sorry for late response, I actually looked into this, I noticed that is the default pointer from prompt_toolkit

from pyinquirer.

rigogsilva avatar rigogsilva commented on May 13, 2024

Can you change the default?

from pyinquirer.

CITGuru avatar CITGuru commented on May 13, 2024

I dont think we could change it for now, If any one has an idea how to, you can suggest a bug fix

from pyinquirer.

BlackJack1412 avatar BlackJack1412 commented on May 13, 2024

Hello, we can change the pointer by modifying
\u276f to other character
PyInquirer 1.0.3:

  • list.py:
    tokens.append((T.Pointer if selected else T, ' \u276f ' if selected else ' '))
  • checkbox.py:
    if pointed_at:
    tokens.append((T.Pointer, ' \u276f ', select_item))

from pyinquirer.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.