diff options
author | Michael Snyder <msnyder@vmware.com> | 2007-08-14 21:39:22 +0000 |
---|---|---|
committer | Michael Snyder <msnyder@vmware.com> | 2007-08-14 21:39:22 +0000 |
commit | ef5eab5a0fffb60f5e6f5554bcbec4759f684710 (patch) | |
tree | b673885933b2b997788c719375d1a7c486afdc0b /gdb/tui/tui-command.c | |
parent | 1cc6d956c14542a182c11d5a5ee91d5a00a9af4a (diff) | |
download | gdb-ef5eab5a0fffb60f5e6f5554bcbec4759f684710.zip gdb-ef5eab5a0fffb60f5e6f5554bcbec4759f684710.tar.gz gdb-ef5eab5a0fffb60f5e6f5554bcbec4759f684710.tar.bz2 |
2007-08-14 Michael Snyder <msnyder@access-company.com>
* tui-command.c, tui-data.c, tui-disasm.c, tui-layout.c,
tui-regs.c, tui-win.c, tui-windata.c, tui-winsource.c, tui.c:
Reformat block comments to GNU standard.
Diffstat (limited to 'gdb/tui/tui-command.c')
-rw-r--r-- | gdb/tui/tui-command.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index 5a776fa..5c58b11 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -65,10 +65,9 @@ tui_dispatch_ctrl_char (unsigned int ch) int i; char *term; - /* If this is an xterm, page next/prev keys aren't returned - ** by keypad as a single char, so we must handle them here. - ** Seems like a bug in the curses library? - */ + /* If this is an xterm, page next/prev keys aren't returned by + keypad as a single char, so we must handle them here. Seems + like a bug in the curses library? */ term = (char *) getenv ("TERM"); if (term) { |