[all-commits] [llvm/llvm-project] dcd458: [lldb][gui] use left/right in the source view to s...

Luboš Luňák via All-commits all-commits at lists.llvm.org
Tue Aug 18 04:25:38 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: dcd4589a0d68032076f6951190ab170fef9c3cf5
      https://github.com/llvm/llvm-project/commit/dcd4589a0d68032076f6951190ab170fef9c3cf5
  Author: Luboš Luňák <l.lunak at centrum.cz>
  Date:   2020-08-18 (Tue, 18 Aug 2020)

  Changed paths:
    M lldb/source/Core/IOHandlerCursesGUI.cpp
    M lldb/test/API/commands/gui/viewlarge/TestGuiViewLarge.py

  Log Message:
  -----------
  [lldb][gui] use left/right in the source view to scroll

I intentionally decided not to reset the column automatically
anywhere, because I don't know where and if at all that should happen.
There should be always an indication of being scrolled (too much)
to the right, so I'll leave this to whoever has an opinion.

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




More information about the All-commits mailing list