Skip to content

Commit

Permalink
src/settings: updated _rows value - fix
Browse files Browse the repository at this point in the history
- signed-off-by: trimstray <[email protected]>
  • Loading branch information
trimstray committed Apr 25, 2018
1 parent b30fd5a commit 1c901cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/settings
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ trap "_get_trap_SIG EXIT" EXIT
trap "_get_trap_SIG SIGS" SIGHUP SIGTERM SIGKILL SIGINT

# Set properly terminal size if you use X-Session.
_rows=45 ; _cols=180
_rows=44 ; _cols=180
if [ ! -z "${DISPLAY:-}" ]; then resize -s "$_rows" "$_cols" > /dev/null ; fi

0 comments on commit 1c901cc

Please sign in to comment.