From mint-bounce@lists.fishpool.fi Fri Sep 17 11:08:21 2010 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:subject:mime-version :content-type:from:in-reply-to:date:cc:content-transfer-encoding :message-id:references:to:x-mailer; bh=PL/xtJwfyRH6ctzGOHwk6C7eO4aDygGRVqTESrgRmKQ=; b=KjhzbIDM3XoB2eNGuHIpcst09Qu1led1hXmoHwPRpgf2h47A3Vx9MeTntMFbWwBA3G uub1MxGIbTL3/nYJIYTLHWls+retYzZWYsxb8FD5+mY0LmcAUblxydQGELH8iacLbmzg vu+kekKqVV0eFKXzcZBIU8QXa3yarLRz1vfeI= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=subject:mime-version:content-type:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to:x-mailer; b=reibBgCr0XvI1iigMIHjqrSrQNnHzAa0De5uiCusJF8r1JSAf0IFcq4I1l5Uwc/F9g WisaMHG8KqSnep/qQYgT4fN4nzHJ7QlM107JF9ngDZQVI1Zmm23e0TNxOdl9VoaoSGwq sXREAj4xO97LiU/CxJMLmSEamCyYakPYvf520= Subject: Re: [MiNT] Conholio v0.8 Mime-Version: 1.0 (Apple Message framework v1081) Content-Type: text/plain; charset=us-ascii From: Peter Persson In-Reply-To: <20100917143705.GA31393@fosconetwork.org> Date: Fri, 17 Sep 2010 17:04:52 +0200 Cc: mint@lists.fishpool.fi Message-Id: <481BA233-0C7B-4C0B-B1B4-774CAEE6C0C2@gmail.com> References: <0C5896BD-AFF9-4862-94EA-8C08B21EBC07@gmail.com> <20100917143705.GA31393@fosconetwork.org> To: Trecourt Nicolas X-Mailer: Apple Mail (2.1081) X-ecartis-version: Ecartis v1.0.0 Sender: mint-bounce@lists.fishpool.fi Errors-to: mint-bounce@lists.fishpool.fi X-original-sender: pep.fishmoose@gmail.com Precedence: bulk List-help: List-unsubscribe: List-Id: X-List-ID: List-subscribe: List-owner: List-post: Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by mail.sparemint.org id o8HF8K6K001549 Hey Nicolas, 17 sep 2010 kl. 16.37 skrev Trecourt Nicolas: > Thanks for this new release. Thank You for trying it! :) > I noticed the redraw speed is like twice as fast it was on 0.7 on my > stock falcon. > Some odd problems were solved, like a bug when redrawing the first two > left columns when using tmux with a vertical split. > For a two-day hack, the VT10x code is impressive, better than toswin2 > on some corner case. Nice to hear that. I'm surprised to hear that the bug you describe went away, since I don't think I've touched the terminal emulator part for quite a while. Then only changes I can remember are related to the character encoding, which should finally resemble how Linux and VT100 terminals handle that stuff. Improving the terminal emulation is however the next thing on my todo-list. First step was to get the basic terminal engine fast enough, and I think it's getting there. > Some improvement that would be nice would be able to use fonts that > are not 8 pixel wide, like the one I use with telvt102 on my ST (5x6). > I could be usefull on stock falcon to have a widest terminal on > 800x600 (I use two irssi on a vertical split... :). Have you tried the "WIN_HALF_X" option? Basically it turns any font with a width of 8 pixels into a quasi-antialiased 4-pixel dito. The reason for sticking to an 8-pixel font (or 4-pixels, in case you enable "WIN_HALF_X" in conholio.cfg <-- or whatever the option is called, I don't remember), is simple: Speed. However - several people have requested what you ask for, which means it will be implemented. At least partially. With 6-pixel fonts, I could probably get similar speeds, so that's what I'm going for. Could this be sufficient (this means you'll be able to use fonts width a width of 4, 6 or 8 pixels). > PS: I have a strange bug in emacs, [backspace] sends something else, > and [del] sends backspace. It does not happens in nano, irssi, mutt, > ..., only emacs. Interesting. I'll look into this when I work on the terminal emulation. It's possible that the linux console allows keyboard strings to be modified during runtime, and I have absolutely zero support for that stuff right now. It could also be related to the termcap/terminfo file (try updating to a recent one), but ironically I'm fairly clueless as to how that stuff works :) -- PeP