Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 2 Sep 2009 04:26:34 +0000 (UTC)
From:      "Andrey A. Chernov" <ache@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/contrib/ee ee.c
Message-ID:  <200909020426.n824Qjmw098542@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ache        2009-09-02 04:26:34 UTC

  FreeBSD src repository

  Modified files:
    contrib/ee           ee.c 
  Log:
  SVN rev 196750 on 2009-09-02 04:26:34Z by ache
  
  1) Use isprint() instead of hardcoded values to detect non-printable.
  2) Use (unsigned char) cast in waddch() calls.
  It fix highlighting bug: sign extension of 8bit to the attributes area.
  3) Use setlocale() in any case.
  
  Revision  Changes    Path
  1.5       +9 -9      src/contrib/ee/ee.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909020426.n824Qjmw098542>