This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/22468] New: gdb don't track the size of the command prompt


https://sourceware.org/bugzilla/show_bug.cgi?id=22468

            Bug ID: 22468
           Summary: gdb don't track the size of the command prompt
           Product: gdb
           Version: 8.0.1
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: hi-angel at yandex dot ru
  Target Milestone: ---

Steps:

1. open gdb
2. type "echo hello", press enter
3. press "Up" to show the command again
4. Press Ctrl+a to set the caret at the beginning of the line

Expected results: caret is before the word "echo"
Actual results: caret gets set to behind the word "gdb" (i.e. behind the
command prompt).

Additional info: this might be related to
https://sourceware.org/bugzilla/show_bug.cgi?id=21689

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]