X-Received: by 2002:a0c:fde4:: with SMTP id m4mr29608930qvu.163.1572444087218; Wed, 30 Oct 2019 07:01:27 -0700 (PDT) X-Received: by 2002:a05:6808:4cb:: with SMTP id a11mr9124001oie.88.1572444086997; Wed, 30 Oct 2019 07:01:26 -0700 (PDT) Path: csiph.com!xmission!news.alt.net!feeder.usenetexpress.com!tr2.iad1.usenetexpress.com!border1.nntp.dca1.giganews.com!nntp.giganews.com!j16no3834691qtl.0!news-out.google.com!x9ni582qti.1!nntp.google.com!j16no3834688qtl.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Newsgroups: comp.graphics.apps.gnuplot Date: Wed, 30 Oct 2019 07:01:26 -0700 (PDT) Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=193.194.70.2; posting-account=HagNvQoAAAC7MSycpc32gp8SxSlBD4dx NNTP-Posting-Host: 193.194.70.2 User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <65522510-77f6-4beb-ba74-657fd0153c2f@googlegroups.com> Subject: "Clear screen" on wgnuplot From: s1291 Injection-Date: Wed, 30 Oct 2019 14:01:27 +0000 Content-Type: text/plain; charset="UTF-8" Lines: 11 Xref: csiph.com comp.graphics.apps.gnuplot:4247 hello, On linux, when running gnuplot, it is easy to "clear the screen" using CTRL+L shortcut. On windows, for the console version, I could run: system("cls") To achieve that. Unfortunately, that doesn't work with wgnuplot! Is there any way to "clear the screen" in wgnuplot? I am the kind of person that always prefers working with a clean CLI. Thanks