2007-08-14 Michael Snyder <msnyder@access-company.com>
[deliverable/binutils-gdb.git] / gdb / tui / tui-command.c
index 5c58b111acbda7393f2e382f27b291770b157579..7b9d52943f7ce40fc0a3103fa24cef51ab68db4f 100644 (file)
@@ -73,7 +73,8 @@ tui_dispatch_ctrl_char (unsigned int ch)
        {
          for (i = 0; term[i]; i++)
            term[i] = toupper (term[i]);
-         if ((strcmp (term, "XTERM") == 0) && key_is_start_sequence (ch))
+         if ((strcmp (term, "XTERM") == 0) 
+             && key_is_start_sequence (ch))
            {
              unsigned int page_ch = 0;
              unsigned int tmp_char;
This page took 0.023812 seconds and 4 git commands to generate.