소스 검색

Further discussion on footer wrapping

arianagiroux 1 주 전
부모
커밋
fca4f85dd9
2개의 변경된 파일4개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 0
      issues/bug:-tui:-footer-does-not-wrap/description
  2. 1 1
      issues/bug:-tui:-footer-does-not-wrap/status

+ 3 - 0
issues/bug:-tui:-footer-does-not-wrap/description

@@ -3,3 +3,6 @@ Footer does not smart-wrap when it is too large for the screen
 ---@0.0.8
 golang `lipgloss` has bindings for wrapping text to a max size. Additionally, we may want to look at more intelligently handling keyhelps. Is it worth it to investigate the bubbles keyhelp widget?
 
+---@4b60645
+Implemented some simple wrapping logic in the Model footer function. Further logic required in widget specific keyhelps to further wrap effectively.
+

+ 1 - 1
issues/bug:-tui:-footer-does-not-wrap/status

@@ -1 +1 @@
-open
+patched