Noboru Saito
Noboru Saito
thank you for your reply. Please tell me the name and version of the terminal emulator you are using. The original file does not contain any escape sequences, so [tcell](https://github.com/gdamore/tcell)...
I tried but couldn't reproduce it. SecureCRT had many settings, The settings may have caused the malfunction.
Please set `StyleSectionLine` in `ov.yaml`(https://github.com/noborus/ov?tab=readme-ov-file#32-config). https://github.com/noborus/ov?tab=readme-ov-file#71-style-customization ```yaml StyleSectionLine: Background: "slateblue" ``` Try changing to below ```yaml StyleSectionLine: Background: "gray" Foreground: "aqua" Underline: true ```
ov can be colored depending on the style, but the only thing that changes the color is the `Dim` setting. Therefore, I think that the git color specification or the...
thank you. Something strange happened because I kept adding context later. I think this pull request is correct.
> Here are two things I would like to discuss with you @noborus > > * asymetric code > > why prevSection has a timeout > > https://github.com/noborus/ov/blob/64bd638fdf21036aecde885683f958bd93a7204a/oviewer/move_vertical.go#L298-L306 > >...
> Great explanation, you should comment the code accordingly then. > > And maybe create an issue for the postponed fix I agree. For now, I'll add a comment.
sorry. solved.
I'm going to merge! Thank you very much.
Thank you for writing the issue. I tried doing the same thing, but it didn't reproduce. ```console trdsql -ih "SELECT Engine_name, Variable_name, Value FROM mysql_5.7.x_settings.csv" MySQL 5.7.X, aurora_backtrace_compare_metrics_file, backtrace_compare_metrics.txt ```...