]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/tui/tui-io.h
2004-01-18 Andrew Cagney <cagney@redhat.com>
authorAndrew Cagney <cagney@redhat.com>
Mon, 19 Jan 2004 05:06:34 +0000 (05:06 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 19 Jan 2004 05:06:34 +0000 (05:06 +0000)
commitbcdf15685fdb5cd64dc3026cb0f1ed7fa2e66cbe
treecab44a0bc71e6a6432018ccfdc828f6df69fa4fb
parent130d87e6f789b24f69cc38888670ebf9ce31529c
2004-01-18  Andrew Cagney  <cagney@redhat.com>

* tui/tui-io.c: Update copyright.
(key_is_end_sequence, key_is_backspace): New functions.
(key_is_command_char, key_is_start_sequence): New function.
(tui_getc): Update references.
* tui/tui-io.h: Update copyright.
(m_tuiStartNewLine): Delete macro.
(m_isBackspace, m_isDeleteChar): Delete macros.
(m_isDeleteLine, m_isDeleteToEol): Delete macros.
(m_isNextPage, m_isPrevPage): Delete macros.
(m_isLeftArrow, m_isRightArrow): Delete macros.
(m_isXdbStyleCommandChar): Delete macro.
(key_is_start_sequence): Declare, replace m_isStartSequence.
(key_is_end_sequence): Declare, replace m_isEndSequence.
(key_is_backspace): Declare ,replace m_isBackspace.
(key_is_command_char): Declare, replace m_isCommandChar.
* tui/tui-command.c: Update copyright.
(tuiDispatchCtrlChar): Update references.
gdb/ChangeLog
gdb/tui/tui-command.c
gdb/tui/tui-io.c
gdb/tui/tui-io.h