GNU/Linux >> Linux Esercitazione >  >> Linux

Come aggiungere il supporto readline nell'interprete polyml?

Il modo più semplice per aggiungere il supporto readline a un programma terminale che non lo supporta nativamente è chiamare il programma usando rlwrap . È possibile installare il pacchetto con lo stesso nome tramite diversi gestori di pacchetti. Premendo negli esempi seguenti:

$ poly
Poly/ML 5.7.1 Release
- ^[[A

Puoi eseguirlo in questo modo:

$ rlwrap poly
Poly/ML 5.7.1 Release
- stuff I typed from last session;

Oppure puoi aggiungere un alias nel tuo ~/.bashrc o simile:

alias poly='rlwrap poly'

I seguenti due QA rispondono alla tua domanda, anche se per sml/nj. Non dovrebbe essere diverso per polyml

  • Conque SML backspace
  • Come 'aggiustare' il sistema interattivo SML/NJ per utilizzare i tasti freccia

Linux
  1. Come aggiungere il supporto del kernel PPP ai contenitori OpenVZ

  2. Come aggiungere un repository Yum

  3. Come aggiungere un utente a un gruppo in Linux

  4. Come aggiungere correttamente un percorso al percorso?

  5. Come aggiungere spazio di scambio su Debian 11

Come aggiungere un file di scambio su Ubuntu 20.04

Come aggiungere un IP aggiuntivo a FreeBSD 10.1

Come aggiungere un IP privato a un server Ubuntu

Come aggiungere un IP privato a un server Debian

Come aggiungere il supporto PHP-FPM su Apache e Nginx Web Server su Ubuntu 18.04

Come aggiungere un nuovo indirizzo IP in Virtualmin?