mirror of
https://github.com/ddworken/hishtory.git
synced 2025-06-24 05:51:38 +02:00
Add TODO for tui UX improvement
This commit is contained in:
parent
8ee48ec7d9
commit
9fcdb7f960
@ -196,6 +196,7 @@ func initialModel(ctx context.Context, t table.Model, tableEntries []*data.Histo
|
||||
queryInput.Placeholder = "ls"
|
||||
queryInput.Focus()
|
||||
queryInput.CharLimit = 156
|
||||
// TODO: Make the width of the query input match the width of the terminal
|
||||
queryInput.Width = 50
|
||||
if initialQuery != "" {
|
||||
queryInput.SetValue(initialQuery)
|
||||
|
Loading…
x
Reference in New Issue
Block a user