NetBSD-Bugs archive

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

Re: lib/58282: Sysinst terminal output size increased because curses



The following reply was made to PR lib/58282; it has been noted by GNATS.

From: RVP <rvp%SDF.ORG@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: Andreas Gustafsson <gson%gson.org@localhost>
Subject: Re: lib/58282: Sysinst terminal output size increased because
 curses
Date: Wed, 29 May 2024 22:39:49 +0000 (UTC)

 On Wed, 29 May 2024, Andreas Gustafsson wrote:
 
 > Why can't this be optimized to a single instance of ^[[37m^[[44m
 > followed multiple spaces?
 >
 
 If the terminal supports `bce', I think `ed' can be used:
 
  	printf '\e[33m\e[44m%s' "$(tput ed)"
 
 -RVP
 


Home | Main Index | Thread Index | Old Index