stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [STUMP] Patch: Non ASCII Chars in Messages


From: David Hansen
Subject: Re: [STUMP] Patch: Non ASCII Chars in Messages
Date: Sun, 29 Oct 2006 21:55:52 +0100
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.50 (gnu/linux)

and for the mode-line:

*** mode-line.lisp      25 Oct 2006 17:29:55 +0200      1.2
--- mode-line.lisp      29 Oct 2006 21:54:48 +0100      
***************
*** 158,164 ****
                            *mode-line-pad-x*
                            (+ (xlib:font-ascent (xlib:gcontext-font 
(mode-line-gc ml)))
                               *mode-line-pad-y*)
!                           string)
      ;; Just clear what we need to. This reduces flicker.
      (xlib:clear-area (mode-line-window ml)
                     :x (+ *mode-line-pad-x*
--- 158,165 ----
                            *mode-line-pad-x*
                            (+ (xlib:font-ascent (xlib:gcontext-font 
(mode-line-gc ml)))
                               *mode-line-pad-y*)
!                           string
!                             :translate #'translate-id)
      ;; Just clear what we need to. This reduces flicker.
      (xlib:clear-area (mode-line-window ml)
                     :x (+ *mode-line-pad-x*





reply via email to

[Prev in Thread] Current Thread [Next in Thread]