You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Description
I have a script where i have some input given to fzf/tv by std in, there are some terms which are tab separated and some by space (and all most all possible input things). If i use fzf for selection, the output generated preserves the tabs and spaces, whereas tv is possibly converting tabs to spaces.
here is a video of expected behavior (fzf) and issue in tv. Commands are essentially simple cut commands, splitting by tab separator.
Description
I have a script where i have some input given to fzf/tv by std in, there are some terms which are tab separated and some by space (and all most all possible input things). If i use fzf for selection, the output generated preserves the tabs and spaces, whereas tv is possibly converting tabs to spaces.
here is a video of expected behavior (fzf) and issue in tv. Commands are essentially simple cut commands, splitting by tab separator.
Example
(sorry this is not a minimal example, but the quickest one i can come up with which is elaborate) https://codeberg.org/sga/pages/src/branch/main/scripts/launcher.sh
Expected behavior
preserving input characters.
Actual behavior
characters are not prsereved.
Environment
television 0.4.21
target triple: x86_64-unknown-linux-gnu
build: 1.82.0 (2024-11-13)
The text was updated successfully, but these errors were encountered: