GiorgosXou / TUIFIManager

A cross-platform terminal-based termux-oriented file manager (and component), meant to be used with a Uni-Curses project or as is.
GNU General Public License v3.0
688 stars 13 forks source link

return bool directly instead of variable #50

Closed BrewingWeasel closed 1 year ago

BrewingWeasel commented 1 year ago

Return true and false directly instead of using a variable to clean up the code

GiorgosXou commented 1 year ago

Thaaanks