[all-commits] [llvm/llvm-project] 292f01: [LLDB][GUI] Handle extra navigation keys in forms

Omar Emara via All-commits all-commits at lists.llvm.org
Mon Aug 23 22:43:13 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 292f013395f2e2eafd803b787a33eddfc5cc4918
      https://github.com/llvm/llvm-project/commit/292f013395f2e2eafd803b787a33eddfc5cc4918
  Author: Omar Emara <mail at OmarEmara.dev>
  Date:   2021-08-23 (Mon, 23 Aug 2021)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp

  Log Message:
  -----------
  [LLDB][GUI] Handle extra navigation keys in forms

This patch handles the up and down keys if they weren't handled by the
selected field. Moreover, it makes sure the form always absorb the key
to take full control until the form is canceled or submitted.

Differential Revision: https://reviews.llvm.org/D108414




More information about the All-commits mailing list