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

change: Add support for more ncurses functions #5

Merged
merged 6 commits into from
Aug 31, 2018

Commits on Aug 29, 2018

  1. Add curs_set function

    Allows you to `NCurses.curs_set(0)` to hide the cursor
    geolessel committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    bcc598b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f18468e View commit details
    Browse the repository at this point in the history
  3. Add wresize function

    Handles resizing windows
    geolessel committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    72f32b3 View commit details
    Browse the repository at this point in the history
  4. Add support for subwin and derwin functions

    Allows you to create ncurses subwindows
    geolessel committed Aug 29, 2018
    Configuration menu
    Copy the full SHA
    71528b9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fb14fd6 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2018

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