Skip to content

philippeback/PTerm

 
 

Repository files navigation

PTerm

Using Unix terminal from Pharo.

Note: this work is based on the work at: https://github.com/pavel-krivanek/terminal

Require libc compliant with the host pharo VM (32 or 64 bits) to be installed.

PTerm

Install on pharo 7

Metacello new
	repository: 'github://lxsang/PTerm';
	baseline:'PTerm';
	load

About

Unix Teminal emulator within Pharo

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Smalltalk 100.0%