Skip to content

Pascal binding for libspinners an elegant terminal spinners.

License

Notifications You must be signed in to change notification settings

thechampagne/libspinners-pascal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libspinners-pascal

Pascal binding for libspinners an elegant terminal spinners.

Example

program example;

uses SysUtils, spinner;

var
   spin	: TSpinner;
begin
   spin := TSpinnerNew(TSpinners.DOTS9, 'Waiting for 3 seconds');
   sleep(3000);
   TSpinnerStop(spin);
   TSpinnerClean(spin);
end.

References

License

This repo is released under the MIT.

About

Pascal binding for libspinners an elegant terminal spinners.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages