开发者

Clearing WinGhci's command prompt (and also its values)

开发者 https://www.devze.com 2023-01-17 00:35 出处:网络
How can I cle开发者_开发问答ar WinGhci\'s (one of Haskell\'s Windows IDEs) command prompt and all the current \"session\" values?You can use :load with no arguments to clear all modules and bindings.

How can I cle开发者_开发问答ar WinGhci's (one of Haskell's Windows IDEs) command prompt and all the current "session" values?


You can use :load with no arguments to clear all modules and bindings. To clear the prompt simply hit ctrl + s.


For me Ctrl +L works on windows :)

0

精彩评论

暂无评论...
验证码 换一张
取 消