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

Added samples for addch, attron, mouse tracking and colors #62

Merged
merged 6 commits into from
May 23, 2021

Conversation

coezbek
Copy link
Contributor

@coezbek coezbek commented May 23, 2021

Additional samples which demonstrate various functions of curses:

  • addch: How to add styled characters.
  • colors: How to test if colors are supported and print them.
  • mouse_move: How to capture mouse move events and enable CSI mode.
  • attr_demo: Sample which shows each standard style.

@shugo shugo merged commit 12eaa66 into ruby:master May 23, 2021
@shugo
Copy link
Member

shugo commented May 23, 2021

Thanks for your contribution!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants