This is the mail archive of the cygwin-patches@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [Patch]: Ncurses frame drawing


On Wed, Oct 15, 2003 at 08:46:57PM +0200, Micha Nelissen wrote:
> Corinna Vinschen wrote:
> >Point 2 has some merits.  Are you interested to do that change, Micha?
> >Of course, con_to_str should become a dev_state member then, too.
> 
> Ok, attached is a patch with the requested changes.

Thanks!  Applied with a few tweaks to the ChangeLog entry:

>         * fhandler_console.cc (con_to_str, str_to_con): Move functions to
>         into dev_console class.

Changed to

	* fhandler_console.cc (con_to_str): Move function into dev_console
	class.
	(str_to_con): Ditto.

Otherwise, prepend method names with class names:

>         (read): Call con_to_str on dev_state.

	(fhandler_console::read): ...

etc.

Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Developer                                mailto:cygwin@cygwin.com
Red Hat, Inc.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]