Skip to content
This repository was archived by the owner on Jan 15, 2022. It is now read-only.
/ jlib Public archive

A simple cross-platform cursor manipulation libarary written in c

License

Notifications You must be signed in to change notification settings

jarekt/jlib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jlib - a simple c lib for cursor control in terminal/winconsole

This library implements a minimal amount of functions for simple cursor manipulation.

  • compatible with both linux terminal and windows console
  • tested on gcc and microsoft visual studio
  • now cmake compatible !!!

How to use with cmake

  • copy jlib to your cmake root folder
  • add add_subdirectory(jlib)
    target_link_libraries((your linking target) jlib)
    to your CmakeLists.txt

About

A simple cross-platform cursor manipulation libarary written in c

Resources

License

Stars

Watchers

Forks

Packages

No packages published