rxvt-unicode is a clone of the well-known terminal emulator rxvt. Some of its main features over rxvt are use of UCS-2 or UCS-4 to store text internally, locale-correct in- and output, stability, completely flicker-free display, support for Xft and core fonts in any combination, etc.
rxvt-unicode is a clone of the well-known terminal emulator rxvt. Some of its main features over rxvt are use of UCS-2 or UCS-4 to store text internally, locale-correct in- and output, stability, completely flicker-free display, support for Xft and core fonts in any combination, etc.
To install rxvt-unicode, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install rxvt-unicode
To see what files were installed by rxvt-unicode, run:
port contents rxvt-unicode
To later upgrade rxvt-unicode, run:
sudo port selfupdate && sudo port upgrade rxvt-unicode
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.