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

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

bug#15592: 24.3.50; TTY redisplay screwed by frequently resized mini-win


From: Lars Ingebrigtsen
Subject: bug#15592: 24.3.50; TTY redisplay screwed by frequently resized mini-window
Date: Sun, 30 May 2021 07:52:46 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.0.50 (gnu/linux)

Dmitry Antipov <antipov@dev.rtsoft.ru> writes:

> When mini-window is frequently updated with (setq resize-mini-windows t),
> TTY output may be completely screwed.
>
> How to reproduce:
>
> 1) Create oops.el with the following function:
>
>   (defun oops-msg ()
>     (interactive)
>     (setq resize-mini-windows t)
>     (while t
>       (message (make-string (abs (% (random) 1000))
>                             (+ (abs (% (random) 25)) 97)))))
>
> 2) Run with 'emacs -Q -nw -l oops.el', then M-x oops-msg, then wait.

I tried running it for a while in Emacs 28, but I'm not able to
reproduce the problem.  Are you still seeing this?

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no





reply via email to

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