
30 Jan
2011
30 Jan
'11
12:07 p.m.
On Sun, 2011-01-30 at 12:04 -0500, JETkoten wrote:
I'm looking for a way to clear the screen in ghci within emacs. I saw a feature request from a couple of years back for :clear, but it was deleted saying something along the lines of "Ctrl-L works fine for me". This is true in my system terminal, however, in emacs, Ctrl-L is already bound to something else. Is there a way to clear the ghci screen that doesn't involve Ctrl-L?
On UNIX, :!clear -- I believe the Windows equivalent would be :!cls but I haven't tried.