Skip to content

Commit

Permalink
update_readme
Browse files Browse the repository at this point in the history
  • Loading branch information
yazgoo committed Feb 22, 2024
1 parent 31bb9e9 commit 3e8bb0e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ Hallo, Welt!
| FSH_VIM_MODE | (not implemented) set this variable to support vim normal mode | "" |
| FSH_PERF | if this variable is set, will display the time it took to draw the interface | "" |
| FSH_NO_FUZZY | if this variable is set, will not use fuzzy search, instead will do a pattern match | "" |
| FSH_LINES | the height of the terminal (used for testing, otherwise will be set by tput) | $(tput lines 2>/dev/null) |
| FSH_COLUMNS | the width of the terminal (used for testing, otherwise will be set by tput) | $(tput cols 2>/dev/null) |
| FSH_LINES | the height of the terminal (used for testing, otherwise will be set by tput) | $t_lines |
| FSH_COLUMNS | the width of the terminal (used for testing, otherwise will be set by tput) | $t_cols |
| FSH_SCREENSHOT | if this variable is set, will write a screenshot of the terminal at each iteration and generate an animation at the end | "" |

</details>

0 comments on commit 3e8bb0e

Please sign in to comment.