ardagnir / pterosaur

All firefox text fields are vim.
GNU Affero General Public License v3.0
772 stars 30 forks source link

Use subprocess.jsm #22

Closed ardagnir closed 9 years ago

ardagnir commented 9 years ago

Pterosaur uses a nasty hack plus polling to communicate with am extermal process (in this case vim). Subprocess.jsm provides simpler, better process communication and should significantly increase performance.

ardagnir commented 9 years ago

Merged in