-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Currently only a very minimal set of operations are supported on mys2/cygwin, because it always falls back to msys_terminfo.
However, if it looked in the right place, it would be able to find and parse the correct terminfo: the problem is that it only searches unix-style paths (eg. /usr/share/terminfo) which are not valid for a native windows program.
On windows, it should convert these paths by calling cygpath -w /usr/share/terminfo before it tries to search them. With that modification the additional terminal features should just work.
Geobert
Metadata
Metadata
Assignees
Labels
No labels