NetBSD-Bugs archive

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

Re: bin/58090: Ctrl-Z, fg makes blinking cursor in vi



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

From: Valery Ushakov <uwe%stderr.spb.ru@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: bin/58090: Ctrl-Z, fg makes blinking cursor in vi
Date: Sat, 30 Mar 2024 04:36:05 +0300

 The bug is in curses and it's that we init
 
     new_screen->old_mode = 2;
 
 Where "old_mode" is a bit cryptic, but it means the old cursor mode:
 
     void
     __restore_cursor_vis(void)
     {
             curs_set(_cursesi_screen->old_mode);
     }
 
 
 -uwe
 


Home | Main Index | Thread Index | Old Index