DirectMyFile / console.dart

Console Library
Other
109 stars 23 forks source link

SignalException: Listening for signal SIGWINCH is not supported #25

Closed anhoder closed 4 years ago

anhoder commented 4 years ago

image

I get the SignalException when run example/window.dart in PowerShell:

SignalException: Listening for signal SIGWINCH is not supported
#0      _ProcessUtils._watchSignal (dart:io-patch/process_patch.dart:159:7)
#1      ProcessSignal.watch (dart:io/process.dart:656:50)
#2      Console.onResize (package:console/src/base.dart:26:56)
#3      Window._init (package:console/src/curses/window.dart:21:13)
#4      new Window (package:console/src/curses/window.dart:12:5)