Dark version of default theme always trigger the pager

Đang mở
#95 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
42/100
Loại issue
Lỗi
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
python
Lĩnh vực
cli

Hướng nghiên cứu

Tái hiện vấn đề trong litecli bằng syntax_style = default -dark, cơ sở dữ liệu chinook và select * from genres limit 1; so sánh với hành vi được mô tả trong #94. Theo dõi các quyết định về pager và auto_vertical_output, sau đó xác minh rằng đầu ra ngắn không sử dụng pager và vẫn ở dạng ngang.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

Description

When using the dark version of the default theme, every command output is displayed by the pager, even if it fits on the screen.

Steps to reproduce
  1. Add syntax_style = default -dark to your config file
  2. Open chinook db in litecli and enter the select * from genres limit 1 command
Expected result

The output should be displayed without being handled by the pager, since it fits on the screen

Actual behavior

The output is displayed on fullscreen by the pager program

Additional info

Despite being similar to #94, these issues aren't the same, since using the default theme without the -dark variant doesn't cause this problem.

This issue also causes the table to be vertically formated if auto_vertical_output is set to True even when not needed (it fits horizontally on the screen).

Probably fixing #94 will also fix this.

Ngôn ngữ chính
Python
Star
3.3k
Fork
95
Chỉ số merge pull request
Không có pull request nào được merge trong 30 ngày

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của dbcli/litecli

Tất cả issue của dbcli/litecli

Issue tương tự

Thêm issue về Python

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.