-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
In isUnsupportedTerm I suggest changing it to:
if (term == NULL) return true;This is mainly because CLion's integrated console does not set TERM and does not work with line noise or cpp-linenoise. Instead of getting the prompt we the following noise, plus the enter key is not picked up - so readline never exits;
By making this small change, the CLion console works:
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels

