aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.h
diff options
context:
space:
mode:
authorMichael Snyder <msnyder@vmware.com>2007-08-14 21:20:09 +0000
committerMichael Snyder <msnyder@vmware.com>2007-08-14 21:20:09 +0000
commit1cc6d956c14542a182c11d5a5ee91d5a00a9af4a (patch)
tree5fd77f93eacf590243fcd88181f6df0508ca5540 /gdb/tui/tui.h
parent5b6fe301a1769b1a5a062d8fbf17c89556c478e8 (diff)
downloadgdb-1cc6d956c14542a182c11d5a5ee91d5a00a9af4a.zip
gdb-1cc6d956c14542a182c11d5a5ee91d5a00a9af4a.tar.gz
gdb-1cc6d956c14542a182c11d5a5ee91d5a00a9af4a.tar.bz2
2007-08-14 Michael Snyder <msnyder@access-company.com>
* tui-command.c, tui-data.c, tui-data.h, tui-disasm.c, tui-file.c, tui-hooks.c, tui-interp.c, tui-io.c, tui-layout.c, tui-out.c, tui-regs.c, tui-regs.h, tui-source.c, tui-stack.c, tui-win.c, tui-windata.c, tui-wingeneral.c, tui-winsource.c, tui-winsource.h, tui.c, tui.h: Comment reformatting to coding standard (capitals, spaces after periods, etc).
Diffstat (limited to 'gdb/tui/tui.h')
-rw-r--r--gdb/tui/tui.h8
1 files changed, 5 insertions, 3 deletions
diff --git a/gdb/tui/tui.h b/gdb/tui/tui.h
index 97e3e94..8482ad9 100644
--- a/gdb/tui/tui.h
+++ b/gdb/tui/tui.h
@@ -36,7 +36,7 @@ enum tui_status
TUI_FAILURE
};
-/* Types of windows */
+/* Types of windows. */
enum tui_win_type
{
SRC_WIN = 0,
@@ -80,13 +80,15 @@ enum tui_key_mode
/* SingleKey mode with some keys bound to gdb commands. */
TUI_SINGLE_KEY_MODE,
- /* Read/edit one command and return to SingleKey after it's processed. */
+ /* Read/edit one command and return to SingleKey after it's
+ processed. */
TUI_ONE_COMMAND_MODE
};
extern enum tui_key_mode tui_current_key_mode;
-/* Change the TUI key mode by installing the appropriate readline keymap. */
+/* Change the TUI key mode by installing the appropriate readline
+ keymap. */
extern void tui_set_key_mode (enum tui_key_mode mode);
extern int tui_active;