Add Shift+Tab -> back to complement the existing Tab -> forward. Also simplifies the forward code so that there's not to much code when adding code for back.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
| Paths 
 |  Differential  D85089  
Implement shift+tab for going back in lldb gui views ClosedPublic Authored by llunak on Aug 2 2020, 4:26 AM. 
Details Summary Add Shift+Tab -> back to complement the existing Tab -> forward. Also simplifies the forward code so that there's not to much code when adding code for back. 
Diff Detail 
 Event TimelineThis revision is now accepted and ready to land.Aug 4 2020, 4:02 PM Closed by commit rG7a63dc534eb8: [lldb][gui] implement shift+tab for going back in views (authored by llunak).  ·  Explain WhyAug 5 2020, 12:51 AM This revision was automatically updated to reflect the committed changes. llunak marked 2 inline comments as done. 
Revision Contents 
Diff 283149 lldb/source/Core/IOHandlerCursesGUI.cpp
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Might be simpler as:
int start_idx = 0; if (m_curr_active_window_idx != UINT32_MAX) {