From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-0.5 required=5.0 tests=BAYES_00,RCVD_NUMERIC_HELO, SPF_HELO_PASS,SPF_PASS autolearn=no version=3.2.5 X-Injected-Via-Gmane: http://gmane.org/ To: sisyphus@lists.altlinux.org From: "Alexei V. Mezin" Date: Sun, 15 Dec 2013 15:20:12 +0400 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 8bit X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 188.244.39.237 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:26.0) Gecko/20100101 Thunderbird/26.0 In-Reply-To: Subject: Re: [sisyphus] =?koi8-r?b?8NLPIGh0b3A=?= X-BeenThere: sisyphus@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Linux Sisyphus discussions List-Id: ALT Linux Sisyphus discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Dec 2013 11:20:31 -0000 Archived-At: List-Archive: List-Post: 15.12.2013 01:42, Alexei V. Mezin пишет: > > Никакими усилиями ни в одном терминале Ну и сам же себе отвечаю: htop не обрабатывает сигнал SIGWINCH, а полагается на обрботку его посредством ncurses. If you've configured your ncurses with --enable-sigwinch, then you can go the easy way out, and just watch the characters that you get from getch() for a KEY_RESIZE. When ncurses handles the SIGWINCH signal, it pushes a KEY_RESIZE back onto the queue that getch() uses, so that the next call to getch() will return that value. У нас ncurses собрана без --enable-sigwinch, поэтому ничего не работает. Багу повесить на пересборку с нужным ключом?