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

WIP: Simplify the library #68

Closed
wants to merge 14 commits into from

Commits on Feb 8, 2021

  1. changed inline functions to macos to improve performance

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    8c84e9e View commit details
    Browse the repository at this point in the history
  2. removed fall-back function, because it's probably not used at all

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b2cc25a View commit details
    Browse the repository at this point in the history
  3. removed write function

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    3ae0460 View commit details
    Browse the repository at this point in the history
  4. more macros

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    67a2b05 View commit details
    Browse the repository at this point in the history
  5. simplified get_cursor_position loops

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    ef2d844 View commit details
    Browse the repository at this point in the history
  6. made color a macro

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    38cdffa View commit details
    Browse the repository at this point in the history
  7. moved macros to the top

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    b935de8 View commit details
    Browse the repository at this point in the history
  8. removed brackets

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d94c173 View commit details
    Browse the repository at this point in the history
  9. visual fix

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d445d53 View commit details
    Browse the repository at this point in the history
  10. move ansi codes into macros

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    979a8d6 View commit details
    Browse the repository at this point in the history
  11. fixed standalone test

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2d5ccbf View commit details
    Browse the repository at this point in the history
  12. removed unused object

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    1acb2dd View commit details
    Browse the repository at this point in the history
  13. moved macros to the top to fix windows compilation

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    196f15d View commit details
    Browse the repository at this point in the history
  14. added missing }

    damon authored and damon committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    d1d32bf View commit details
    Browse the repository at this point in the history