bug-gnu-emacs
[Top][All Lists]
Advanced

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

bug#55696: 28.1; eshell fails to respect text-scale-increase


From: martin rudalics
Subject: bug#55696: 28.1; eshell fails to respect text-scale-increase
Date: Wed, 8 Jun 2022 10:07:12 +0200

> Fixed (and in the other function, too).

Looks good to me.  In window.h writing

enum window_body_unit
  {
    WINDOW_BODY_IN_CANONICAL_CHARS,
    WINDOW_BODY_IN_PIXELS,
    WINDOW_BODY_IN_REMAPPED_CHARS
  };

might prevent future ambiguities.

martin





reply via email to

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