You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 19, 2024. It is now read-only.
"PuTTYTray -cygterm irssi.exe" results in the following error message:
irs: No such file or directory
Using the GUI, setting the connection type to Cygterm and the command to "irssi.exe" results in PuTTYTray silently terminating.
First noticed while modifying a batch script from the default installation of irssi from:
START puttycyg.exe -cygterm irssi.exe %1 %2 %3 %4 %5
to:
START "PuTTY Tray.exe" -cygterm irssi.exe %1 %2 %3 %4 %5
Everything obviously works properly with puttycyg.exe.
"PuTTYTray -cygterm irssi.exe" results in the following error message:
irs: No such file or directory
Using the GUI, setting the connection type to Cygterm and the command to "irssi.exe" results in PuTTYTray silently terminating.
First noticed while modifying a batch script from the default installation of irssi from:
START puttycyg.exe -cygterm irssi.exe %1 %2 %3 %4 %5
to:
START "PuTTY Tray.exe" -cygterm irssi.exe %1 %2 %3 %4 %5
Everything obviously works properly with puttycyg.exe.
¯_(ツ)_/¯