Skip to content

Commit

Permalink
resolve regex region display issue
Browse files Browse the repository at this point in the history
  • Loading branch information
boyter committed Jun 5, 2023
1 parent d817f34 commit 48587d0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,15 @@ template example (from root)
cs -d --template-display ./asset/templates/display.tmpl --template-search ./asset/templates/search.tmpl
```
```shell
cs powernow_dmi_table acer
```
Release 1.0.0 list
- Improve the file walking, with the cache for queries (in tui currently)
- Write README with details about what its for and examples
- Write blog post about it
- Ensure all command line params are supported and working
- resolve issue in tui view where /[cb]at/ displays incorrectly
- ensure paging preserves extension in http mode
- give ability to set directory via params for http mode
4 changes: 2 additions & 2 deletions tui.go
Original file line number Diff line number Diff line change
Expand Up @@ -365,8 +365,8 @@ func NewTuiSearch() {
})

statusView = tview.NewTextView().
SetDynamicColors(true).
SetRegions(true).
SetDynamicColors(false).
SetRegions(false).
ScrollToBeginning()

// setup the flex containers to have everything rendered neatly
Expand Down

0 comments on commit 48587d0

Please sign in to comment.