This is the mail archive of the gdb-cvs@sources.redhat.com mailing list for the GDB project.


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

src/gdb/tui ChangeLog tuiIO.c tuiIO.h


CVSROOT:	/cvs/src
Module name:	src
Changes by:	ciceron@sources.redhat.com	2001-07-21 12:56:54

Modified files:
	gdb/tui        : ChangeLog tuiIO.c tuiIO.h 

Log message:
	* tuiIO.h: Remove old declarations and add the new ones.
	* tuiIO.c: New management for curses and gdb terminal interactions.
	(tui_tputs): Remove.
	(tuiTermSetup, tuiTermUnsetup): Remove, must use normal curses ops.
	(tuiBufferGetc, tui_vStartNewLines, _updateCommandInfo): Remove.
	(tui_owns_terminal): Remove.
	(tui_redisplay_readline): New function.
	(tui_puts): New function.
	(tui_prep_terminal): New function.
	(tui_deprep_terminal): New function.
	(tui_getc): Rename of tuiGetc, simplify and fix.
	(tui_setup_io): New function.
	(tui_initialize_io): New function.

Patches:
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/ChangeLog.diff?cvsroot=src&r1=1.33&r2=1.34
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tuiIO.c.diff?cvsroot=src&r1=1.7&r2=1.8
http://sources.redhat.com/cgi-bin/cvsweb.cgi/src/gdb/tui/tuiIO.h.diff?cvsroot=src&r1=1.3&r2=1.4


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