Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-29348

Enter at numpad side does not have effect in terminal

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Not Evaluated
    • Qt Creator 11.0.0-rc1
    • Qt Creator 11.0.0-rc1
    • Terminal
    • Windows 11
    • Windows
    • c529a8724 (11.0)

    Description

      Trying to sent input to STDIN with a press on the enter button located at the numpad has no effect in the qtcreator terminal. Try to submit a string inside the qtcreator terminal by pushing the mentioned enter button and it will not be recognized.

       

      #include <iostream>
      #include <string>int main(int argc, char *argv[])
      {
          std::string s;
          std::cout << "Enter something: ";
          std::cin >> s;
          std::cout << "You entered: " << s << std::endl;
          return 0;
      }
       

       

       

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            madwinter Marcus Tillmanns
            wladimir.leuschner Wladimir Leuschner
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes