Yin-Hsun Hong

Results 11 issues of Yin-Hsun Hong

## problem I use this setting to set ratio of lf automatically. ``` %{{ w=$(tput cols) if [ $w -le 80 ]; then lf -remote "send $id set ratios 1:2"...

bug

When the window in floating mode, and drag it to a specific area, it would overflow or something. ![ezgif com-gif-maker](https://user-images.githubusercontent.com/58657914/105465901-7de35180-5cce-11eb-85a8-a697d00397da.gif)

bug
help wanted

[GNU assembler](https://en.wikipedia.org/wiki/GNU_Assembler) use `#` to comment string for x86-64 and RISC-V

**Is your feature request related to a problem? Please describe.** Thanks to [Diff color](https://github.com/ellisonleao/gruvbox.nvim/discussions/239) add `DiffAdd`, `DiffDelete` and `DiffChange`. But it is still missing `DiffText`. **Describe the solution you'd like**...

If the command contains space and call hstr (pressing ``), there would double quote in hstr screen. I have to delete it manually to get my history. As following example....

:beetle: bug

`(blueman-applet:615): Gtk-WARNING **: 01:42:16.459: Theme parsing error: gtk.css:6691:68: Invalid name of pseudo-class` I'm using `Gruvbox-Dark-BL`

This patch is trying to fix #990. The `maintainBackground` in `printWithStyle` function for the unselected list is set to true. I think this is desirable behavior for `DropDown`. But not...

In the following code, I want to set `unselected` background color to red. ```go package main import ( "github.com/gdamore/tcell/v2" "github.com/rivo/tview" ) func main() { app := tview.NewApplication() dropdown := tview.NewDropDown()....