From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stas Sergeev Subject: Re: lag while printing and serial redirect Date: Tue, 20 Dec 2016 03:17:06 +0300 Message-ID: References: <193bbc1a-2732-f164-7b79-c16665759ef7@list.ru> <99db36a6-f9bb-628d-5949-d091a9af4bef@list.ru> <65157add-5d42-eefa-6c2e-747b89582fa4@list.ru> Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=list.ru; s=mail; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:Cc:References:To:Subject; bh=SoGXZCVXX1a4uwdMhxfZSiE/T05OmKLBvc6b6bAKT9A=; b=nrg3CM5TeVb3mpU3ygWCGPa1qVNzuU1CUqMNknKfsGL6UN+ZWBZlEmcasRtqnS/7KWnJJhfLJikAIXQI24LIMiz119wEwzhWQGJTJB8GQMzls3kOgmjF1fo6UIRCkPlhVQqbX3Nk5zK2NlNODpeNbCFDy3gnSwqV4wLiLwtZWIk=; In-Reply-To: Sender: linux-msdos-owner@vger.kernel.org List-ID: Content-Type: text/plain; charset="utf-8"; format="flowed" To: Jakub Klawiter Cc: linux-msdos@vger.kernel.org 19.12.2016 16:34, Jakub Klawiter пишет: > Hello! > > 2016-12-15 23:18 GMT+01:00 Stas Sergeev : > > >> There is absolutely nothing wrong about it except that it is >> just usually not needed for text-mode non-interactive stuff, >> and the advantage of not using it is that you'll have all the >> text still on your terminal after dosemu closes. The output >> of your .bat can be redirected to the file with simple bash >> redirection etc - this is just a better integration with your >> linux environment, but nothing very important. > leaving any output in terminal is not important here because my batch > file ends with exitemu ;-) If you use '-dumb' or '-td' (depending on version), then the DOS output will stay on your terminal even after exitemu. Unfortunately is seems dumb is not an option for you as you are using colors and ascii drawing. > Anyway it is possible to use it without -X and change font/wndow to > large one. My current .desktop file looks like: > > Terminal=false > Icon[pl]=gnome-panel-launcher > Exec=gnome-terminal --profile TEST --hide-menubar --command > "/home/cartoon/skrypty/run-kantor-kasa.sh" > > it's even better (larger) only problem that colors are little bit flat > this way... too flat :( > https://goo.gl/photos/WLLRvbkVGCkg9tyA6 (in front -X, back -dt) Is it > possible to change palette somewhere as it doesn't depend on my > terminal palette. This is a work in progress: http://lists.jedsoft.org/lists/slang-users/2015/0000020.html They added such support into slang and mc, but its very new. For example I have fedora-24 and it doesn't yet contain these features. You can fill the ticket in dosemu tracker and maybe someone will find the time to look into this sometime in the future.