Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 278 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 278 Bytes

PharoIM

InputMethod support for Pharo on headless VMs

Install

Evaluate the following in a playground.

EpMonitor disableDuring: [
	Metacello new
		onConflictUseLoaded;
		onWarningLog;
		repository: 'github://tomooda/PharoIM:main/';
		baseline: 'PharoIM';
		load ]